mirror of
https://github.com/katanemo/plano.git
synced 2026-07-23 16:51:04 +02:00
add demo for deepseek (#426)
This commit is contained in:
parent
2d357ddd5e
commit
ed3845040e
3 changed files with 14 additions and 5 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