Skip to content

Commit

Permalink
feat: add support for OpenAI gpt-40 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyjoslin authored May 14, 2024
1 parent 1de46d4 commit 76688b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ apis:
api-key:
api-key-env: OPENAI_API_KEY
models:
gpt-4o:
aliases: ["4o"]
max-input-chars: 128000
fallback: gpt-4
gpt-4:
aliases: ["4"]
max-input-chars: 24500
Expand Down

0 comments on commit 76688b2

Please sign in to comment.