Skip to content

Commit

Permalink
Update emperor.ts model to gpt-4-1106-preview (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
w33ts authored Jan 21, 2024
1 parent 0ab9352 commit 6589ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/General/emperor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default class EmperorCommand {
content: question ?? "Default question if undefined"
}
],
model: 'gpt-3.5-turbo',
model: 'gpt-4-1106-preview',
});

/**
Expand Down Expand Up @@ -101,4 +101,4 @@ export default class EmperorCommand {
})

}
}
}

0 comments on commit 6589ac0

Please # to comment.