Skip to content

Commit

Permalink
Went back to GPT-3.5 Turbo due to GPT-4 being slow
Browse files Browse the repository at this point in the history
  • Loading branch information
xytrux authored Nov 2, 2023
1 parent 02727ad commit 4a654ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function sendUserMessageToAI(userMessage) {
'content-type': "application/json",
},
body: JSON.stringify({
model: "gpt-4",
model: "gpt-3.5-turbo",
jailbreak: "Mayzer",
provider: "g4f.Provider.Geekgpt",
internet_access: "true",
Expand Down

0 comments on commit 4a654ed

Please sign in to comment.