mirror of
https://github.com/katanemo/plano.git
synced 2026-04-28 02:23:56 +02:00
fixing a bug where by we were writing the cluster_name for an upstream LLM more than once (#607)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-288.local>
This commit is contained in:
parent
f26bb05d35
commit
5108013df4
2 changed files with 12 additions and 2 deletions
|
|
@ -39,6 +39,11 @@ llm_providers:
|
|||
access_key: $AWS_BEARER_TOKEN_BEDROCK
|
||||
base_url: https://bedrock-runtime.us-west-2.amazonaws.com
|
||||
|
||||
- model: amazon_bedrock/us.amazon.nova-pro-v1:0
|
||||
access_key: $AWS_BEARER_TOKEN_BEDROCK
|
||||
base_url: https://bedrock-runtime.us-west-2.amazonaws.com
|
||||
|
||||
|
||||
# Ollama Models
|
||||
- model: ollama/llama3.1
|
||||
base_url: http://host.docker.internal:11434
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue