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
413f36a918
commit
0a1a0180d1
1 changed files with 1 additions and 8 deletions
|
|
@ -21,19 +21,12 @@ llm_providers:
|
|||
provider_interface: openai
|
||||
access_key: $OPENAI_API_KEY
|
||||
model: gpt-4o
|
||||
usage: Generating original content such as scripts, articles, or creative materials.
|
||||
default: true
|
||||
|
||||
- name: o4-mini
|
||||
provider_interface: openai
|
||||
access_key: $OPENAI_API_KEY
|
||||
model: o4-mini
|
||||
usage: Requesting topic ideas specifically related to personal finance and budgeting.
|
||||
|
||||
- name: code_generation
|
||||
provider_interface: openai
|
||||
access_key: $OPENAI_API_KEY
|
||||
model: gpt-4.1
|
||||
model: gpt-4o
|
||||
usage: Generating new code snippets, functions, or boilerplate based on user prompts or requirements
|
||||
|
||||
- name: code_understanding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue