update arch config

This commit is contained in:
Adil Hafeez 2025-05-23 00:00:47 -07:00
parent 413f36a918
commit 0a1a0180d1
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -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