Skip to content

Commit

Permalink
Enable GPT-4o via API by default instead of GPT-4 Turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and josStorer committed Jul 6, 2024
1 parent b34fde7 commit 80adc3b
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 @@ -263,7 +263,7 @@ export const defaultConfig = {
'chatgptFree4o',
'chatgptPlus4',
'chatgptApi35',
'chatgptApi4_128k',
'chatgptApi4o_128k',
'claude2WebFree',
'bingFree4',
'moonshotWebFree',
Expand Down

1 comment on commit 80adc3b

@brn0zika
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you fix the interaction with the copilot? Also, gemini is not working properly. It says random and bs all the time when i select a text. Thank you for all the Efforts guyz

Please sign in to comment.