Skip to content

Commit

Permalink
Added Claude 3.5 Sonnet API to available models
Browse files Browse the repository at this point in the history
  • Loading branch information
ac3xx authored and josStorer committed Jun 24, 2024
1 parent a719957 commit e7cec33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const claudeApiModelKeys = [
'claude2Api',
'claude21Api',
'claude3HaikuApi',
'claude35SonnetApi',
'claude3SonnetApi',
'claude3OpusApi',
]
Expand Down Expand Up @@ -127,6 +128,10 @@ export const Models = {
},
claude3SonnetApi: { value: 'claude-3-sonnet-20240229', desc: 'Claude.ai (API, Claude 3 Sonnet)' },
claude3OpusApi: { value: 'claude-3-opus-20240229', desc: 'Claude.ai (API, Claude 3 Opus)' },
claude35SonnetApi: {
value: 'claude-3-5-sonnet-20240620',
desc: 'Claude.ai (API, Claude 3.5 Sonnet)',
},

bingFree4: { value: '', desc: 'Bing (Web, GPT-4)' },
bingFreeSydney: { value: '', desc: 'Bing (Web, GPT-4, Sydney)' },
Expand Down

0 comments on commit e7cec33

Please sign in to comment.