mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
adding support for base_url
This commit is contained in:
parent
5108013df4
commit
85da10579f
5 changed files with 393 additions and 36 deletions
|
|
@ -43,6 +43,9 @@ llm_providers:
|
|||
access_key: $AWS_BEARER_TOKEN_BEDROCK
|
||||
base_url: https://bedrock-runtime.us-west-2.amazonaws.com
|
||||
|
||||
- model: zhipu/glm-4.6
|
||||
access_key: $ZHIPU_API_KEY
|
||||
base_url: https://api.z.ai/api/coding/paas/v4
|
||||
|
||||
# Ollama Models
|
||||
- model: ollama/llama3.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue