mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
stream buffer implementation with tests
This commit is contained in:
parent
409b3de77e
commit
bf3bab780f
35 changed files with 4088 additions and 2958 deletions
|
|
@ -47,6 +47,9 @@ llm_providers:
|
|||
- model: ollama/llama3.1
|
||||
base_url: http://host.docker.internal:11434
|
||||
|
||||
# Grok (xAI) Models
|
||||
- model: xai/grok-4-0709
|
||||
access_key: $GROK_API_KEY
|
||||
|
||||
# Model aliases - friendly names that map to actual provider names
|
||||
model_aliases:
|
||||
|
|
@ -83,5 +86,9 @@ model_aliases:
|
|||
coding-model:
|
||||
target: us.amazon.nova-premier-v1:0
|
||||
|
||||
# Alias for grok testing
|
||||
arch.grok.v1:
|
||||
target: grok-4-0709
|
||||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue