Skip to content

Commit 5ef2f8e

Browse files
committed
include all supported API Keys
1 parent 227c934 commit 5ef2f8e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

MyApp/_pages/ai-server/configuration.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,15 @@ The installer will prompt you to configure your AI Providers and optionally add
2626

2727
The installer populates the `.env` file with the choices you made during the installation script. You can also manually configure the `.env` file with your API keys and settings.
2828

29-
```sh
30-
OPENAI_API_KEY=your_openai_api_key
31-
ANTHROPIC_API_KEY=your_anthropic_api_key
32-
AUTH_SECRET=p@55wOrd
33-
ASSETS_BASE_URL=http://localhost:5006
29+
```ini
30+
OPENAI_API_KEY=<Your OpenAI API Key>
31+
ANTHROPIC_API_KEY=<Your Anthropic API Key>
32+
OPENROUTER_API_KEY=<Your OpenRouter API Key>
33+
MISTRAL_API_KEY=<Your Mistral API Key>
34+
GOOGLE_API_KEY=<Your GoogleCloud API Key>
35+
GROQ_API_KEY=<Your Groq Cloud API Key>
36+
AUTH_SECRET="p@55wOrd"
37+
ASSETS_BASE_URL="http://localhost:5006"
3438
```
3539

3640
After these values are set in your `.env` file, you can run the AI Server for the first time via docker compose:

0 commit comments

Comments
 (0)