mirror of
https://github.com/katanemo/plano.git
synced 2026-06-08 14:55:14 +02:00
Revert "Revert "Add support for multiple LLM Providers (#60)""
This reverts commit 43d6bc80e9.
This commit is contained in:
parent
43d6bc80e9
commit
d38246ceaf
12 changed files with 456 additions and 127 deletions
|
|
@ -108,6 +108,7 @@ services:
|
|||
- "18080:8080"
|
||||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY:?error}
|
||||
- MISTRAL_API_KEY=${MISTRAL_API_KEY:?error}
|
||||
- CHAT_COMPLETION_ENDPOINT=http://bolt:10000/v1
|
||||
|
||||
prometheus:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue