You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MyApp/_pages/ai-server/configuration.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,15 @@ The installer will prompt you to configure your AI Providers and optionally add
26
26
27
27
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.
28
28
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"
34
38
```
35
39
36
40
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