Skip to content

Commit

Permalink
Yeah no its REALLY slow
Browse files Browse the repository at this point in the history
  • Loading branch information
xytrux authored Nov 13, 2023
1 parent db49957 commit b8ba16e
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 b8ba16e

Please sign in to comment.