Skip to content

Commit

Permalink
Merge pull request #1 from ArmAI-dev/actuallyarm64-patch-1
Browse files Browse the repository at this point in the history
Migrate to GPT-4
  • Loading branch information
xytrux authored Oct 30, 2023
2 parents e27b852 + 6e03147 commit 02727ad
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-3.5-turbo",
model: "gpt-4",
jailbreak: "Mayzer",
provider: "g4f.Provider.Geekgpt",
internet_access: "true",
Expand Down

0 comments on commit 02727ad

Please sign in to comment.