mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 17:26:26 +02:00
start using base_url in place of endpoint (#430)
This commit is contained in:
parent
ed3845040e
commit
e8dc7f18d3
3 changed files with 33 additions and 3 deletions
|
|
@ -33,8 +33,7 @@ llm_providers:
|
|||
access_key: $DEEPSEEK_API_KEY
|
||||
provider_interface: openai
|
||||
model: deepseek-reasoner
|
||||
endpoint: api.deepseek.com
|
||||
protocol: https
|
||||
base_url: https://api.deepseek.com/
|
||||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue