mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
add demo for deepseek
This commit is contained in:
parent
d8b833fe69
commit
c457fc9227
1 changed files with 7 additions and 0 deletions
|
|
@ -29,5 +29,12 @@ llm_providers:
|
|||
provider_interface: mistral
|
||||
model: ministral-3b-latest
|
||||
|
||||
- name: deepseek
|
||||
access_key: $DEEPSEEK_API_KEY
|
||||
provider_interface: openai
|
||||
model: deepseek-reasoner
|
||||
endpoint: api.deepseek.com
|
||||
protocol: https
|
||||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue