mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 17:26:26 +02:00
add support for gemini (#505)
This commit is contained in:
parent
e734b76086
commit
aa9d747fa9
8 changed files with 42 additions and 16 deletions
|
|
@ -45,5 +45,10 @@ llm_providers:
|
|||
provider_interface: groq
|
||||
model: llama-3.1-8b-instant
|
||||
|
||||
- name: gemini
|
||||
access_key: $GEMINI_API_KEY
|
||||
provider_interface: gemini
|
||||
model: gemini-1.5-pro-latest
|
||||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue