mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
fix groq
This commit is contained in:
parent
cd85e857aa
commit
13710de5b8
1 changed files with 1 additions and 2 deletions
|
|
@ -19,9 +19,8 @@ overrides:
|
||||||
llm_providers:
|
llm_providers:
|
||||||
- name: groq
|
- name: groq
|
||||||
access_key: $GROQ_API_KEY
|
access_key: $GROQ_API_KEY
|
||||||
provider_interface: openai
|
provider_interface: groq
|
||||||
model: llama-3.2-3b-preview
|
model: llama-3.2-3b-preview
|
||||||
base_url: https://api.groq.com
|
|
||||||
|
|
||||||
- name: gpt-4o
|
- name: gpt-4o
|
||||||
access_key: $OPENAI_API_KEY
|
access_key: $OPENAI_API_KEY
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue