Skip to content

Commit 6e90106

Browse files
authored
Merge pull request #224 from marginal23326/add-llm-endpoints
feat: add missing endpoints and keys for Mistral and Anthropic
2 parents ac7c1bb + 8d47e62 commit 6e90106

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ OPENAI_ENDPOINT=https://api.openai.com/v1
22
OPENAI_API_KEY=
33

44
ANTHROPIC_API_KEY=
5+
ANTHROPIC_ENDPOINT=https://api.anthropic.com
56

67
GOOGLE_API_KEY=
78

@@ -11,6 +12,9 @@ AZURE_OPENAI_API_KEY=
1112
DEEPSEEK_ENDPOINT=https://api.deepseek.com
1213
DEEPSEEK_API_KEY=
1314

15+
MISTRAL_API_KEY=
16+
MISTRAL_ENDPOINT=https://api.mistral.ai/v1
17+
1418
OLLAMA_ENDPOINT=http://localhost:11434
1519

1620
# Set to false to disable anonymized telemetry

0 commit comments

Comments
 (0)