We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7c1bb commit 8d47e62Copy full SHA for 8d47e62
.env.example
@@ -2,6 +2,7 @@ OPENAI_ENDPOINT=https://api.openai.com/v1
2
OPENAI_API_KEY=
3
4
ANTHROPIC_API_KEY=
5
+ANTHROPIC_ENDPOINT=https://api.anthropic.com
6
7
GOOGLE_API_KEY=
8
@@ -11,6 +12,9 @@ AZURE_OPENAI_API_KEY=
11
12
DEEPSEEK_ENDPOINT=https://api.deepseek.com
13
DEEPSEEK_API_KEY=
14
15
+MISTRAL_API_KEY=
16
+MISTRAL_ENDPOINT=https://api.mistral.ai/v1
17
+
18
OLLAMA_ENDPOINT=http://localhost:11434
19
20
# Set to false to disable anonymized telemetry
0 commit comments