Skip to content

Commit 6589ac0

Browse files
authored
Update emperor.ts model to gpt-4-1106-preview (#15)
1 parent 0ab9352 commit 6589ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/General/emperor.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default class EmperorCommand {
6969
content: question ?? "Default question if undefined"
7070
}
7171
],
72-
model: 'gpt-3.5-turbo',
72+
model: 'gpt-4-1106-preview',
7373
});
7474

7575
/**
@@ -101,4 +101,4 @@ export default class EmperorCommand {
101101
})
102102

103103
}
104-
}
104+
}

0 commit comments

Comments
 (0)