Skip to content

Commit ea55740

Browse files
committed
docs(ai): Adjuts ai configuration to robin cloud
1 parent 77d6f41 commit ea55740

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

api-reference/configuration/ai-configuration.md

+6-26
Original file line numberDiff line numberDiff line change
@@ -16,37 +16,17 @@ commands, additional configuration is required.
1616

1717
The default model is the latest GPT-4o.
1818

19-
You can configure the model to use with the `MAESTRO_CLI_AI_MODEL` env var, for example:
20-
21-
```console
22-
export MAESTRO_CLI_AI_MODEL=claude-3-5-sonnet-20240620
23-
```
24-
25-
Currently supported:
26-
27-
- GPT family of models from OpenAI
28-
- Claude family of models from Anthropic
29-
3019
Support for more models and providers is tracked [in this issue](https://github.com/mobile-dev-inc/maestro/issues/1957).
3120

3221
### API key
3322

34-
To use this command, an API key for the LLM service is required. To set it,
35-
export the `MAESTRO_CLI_AI_KEY` env var.
36-
37-
For example, to set the key for OpenAI:
38-
39-
```console
40-
export MAESTRO_CLI_AI_KEY=sk-4NXxdLXY4H9DZW0Vpf4lT3HuBaFJoz1zoL21eLoLRKlyXd69
41-
```
23+
{% hint style="success" %}
24+
To use these features you must have and account on [Robin](https://www.robintest.com) the official Maestro cloud platform, make sure [you create](https://signin.robintest.com/sign-up) an account and [**retrieve your api key**](MAESTRO_CLOUD_API_KEY) to setup accordingly following this link:
25+
{% endhint %}
4226

43-
or for Anthropic:
27+
To use this command, an API key for the LLM is required. Given the latest changes we migrated the hard-coded API calls and prompts to our cloud backend to enhance and dynamically enhance this features without the need of new releases of our CLI. To set it,
28+
export the `MAESTRO_CLOUD_API_KEY` env var.
4429

4530
```console
46-
export MAESTRO_CLI_AI_KEY=sk-ant-api03-U9vWi8GDrxRAvA2RL2RMCImYCQr8BFCbNOq2woeRXLNz2Iy4PbY1X2137leSm92mitI7F9IwxKIrXtXgTIzj7A-2AvgbwAA
31+
export MAESTRO_CLOUD_API_KEY=rb_qikYa7g2y5LcDEwLaEDz258ykjRQW7tIaR9K8jLlz6ijqCLTNfnDla3Nd17JF2ealh8kcsYHYyg35M41obGaz85VJz4uqI1orj
4732
```
48-
49-
{% hint style="info" %}
50-
**You need to bring your own API key.** The keys above are just examples and are
51-
not valid.
52-
{% endhint %}

0 commit comments

Comments
 (0)