mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
update arch_config
This commit is contained in:
parent
7e39d048b4
commit
27e74344e8
1 changed files with 5 additions and 2 deletions
|
|
@ -19,14 +19,17 @@ llm_providers:
|
|||
access_key: $OPENAI_API_KEY
|
||||
model: gpt-4o
|
||||
usage: |
|
||||
complex reasoning problem, require multi step answer
|
||||
- complex reasoning problem
|
||||
- require multi step answer
|
||||
|
||||
- name: o4-mini
|
||||
provider_interface: openai
|
||||
access_key: $OPENAI_API_KEY
|
||||
model: o4-mini
|
||||
usage: |
|
||||
simple requests, basic fact retrieval, easy to answer
|
||||
- simple requests like hello, hi etc.
|
||||
- basic fact retrieval
|
||||
- easy to answer
|
||||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue