Skip to content

Commit

Permalink
Update Claude.ai web to Claude v2.1, fix #570 (#573)
Browse files Browse the repository at this point in the history
Co-authored-by: josc146 <josStorer@outlook.com>
  • Loading branch information
PeterDaveHello and josStorer committed Dec 3, 2023
1 parent d24958f commit e5ebd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const Models = {
desc: 'ChatGPT (GPT-4-Turbo 128k Preview)',
},

claude2WebFree: { value: 'claude-2', desc: 'Claude.ai (Web, Claude 2)' },
claude2WebFree: { value: 'claude-2.1', desc: 'Claude.ai (Web, Claude 2.1)' },
claude2Api: { value: '', desc: 'Claude.ai (API, Claude 2)' },

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

0 comments on commit e5ebd45

Please sign in to comment.