mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 17:56:28 +02:00
fixed function calling arch config yaml
This commit is contained in:
parent
3e9327cf36
commit
dc3a9813c3
2 changed files with 0 additions and 6 deletions
|
|
@ -21,10 +21,6 @@ llm_providers:
|
|||
provider: openai
|
||||
model: gpt-4o
|
||||
default: true
|
||||
- name: mistral-large-latest
|
||||
access_key: MISTRAL_API_KEY
|
||||
provider: mistral
|
||||
model: mistral-large-latest
|
||||
|
||||
system_prompt: |
|
||||
You are a helpful assistant.
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ services:
|
|||
ports:
|
||||
- "18080:8080"
|
||||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY:?error}
|
||||
- MISTRAL_API_KEY=${MISTRAL_API_KEY:?error}
|
||||
- CHAT_COMPLETION_ENDPOINT=http://host.docker.internal:10000/v1 #this is only because we are running the sample app in the same docker container environemtn as archgw
|
||||
|
||||
opentelemetry:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue