release 0.3.2 (#507)

This commit is contained in:
Adil Hafeez 2025-06-13 17:02:20 -07:00 committed by GitHub
parent 0d6e06dfec
commit 7baec20772
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 153 additions and 132 deletions

View file

@ -22,17 +22,17 @@ llm_providers:
access_key: $OPENAI_API_KEY
model: gpt-4o-mini
- name: gpt-4o
- name: gpt-4.1
provider_interface: openai
access_key: $OPENAI_API_KEY
model: gpt-4o
model: gpt-4.1
default: true
- name: code_generation
provider_interface: openai
access_key: $OPENAI_API_KEY
model: gpt-4o
usage: Generating new code snippets, functions, or boilerplate based on user prompts or requirements
provider_interface: claude
model: gpt-4.1
usage: generating new code snippets, functions, or boilerplate based on user prompts or requirements
- name: code_understanding
provider_interface: openai