Skip to content

Commit

Permalink
o1-preview hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
YourUsername committed Sep 12, 2024
1 parent 364071e commit b9a2810
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 @@ -100,7 +100,7 @@ class Completions {
// Messages
let messages = Messages.list()

messages.unshift({ role: 'system', content: '### Chat history' })
// messages.unshift({ role: 'system', content: '### Chat history' })

if (!!profile.main) messages.unshift({ role: 'system', content: profile.main })
if (!!profile.jailbreak) messages.push({ role: 'system', content: profile.jailbreak })
Expand Down

0 comments on commit b9a2810

Please sign in to comment.