diff --git a/src/commands/General/emperor.ts b/src/commands/General/emperor.ts index 8493791..22c4a71 100644 --- a/src/commands/General/emperor.ts +++ b/src/commands/General/emperor.ts @@ -69,7 +69,7 @@ export default class EmperorCommand { content: question ?? "Default question if undefined" } ], - model: 'gpt-3.5-turbo', + model: 'gpt-4-1106-preview', }); /** @@ -101,4 +101,4 @@ export default class EmperorCommand { }) } -} \ No newline at end of file +}