We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db522ee commit 38b5a89Copy full SHA for 38b5a89
src/commands/grzesiu.ts
@@ -26,8 +26,8 @@ const grzesiu: Command = {
26
const username = (msg.member?.displayName || msg.author.username).trim().split(/\s/)[0];
27
const prompt = await generateGrzesiuPrompt(username, args.join(' '));
28
29
- // const engine = 'text-davinci-001';
30
- const engine = 'text-babbage-001';
+ const engine = 'text-davinci-001';
+ // const engine = 'text-babbage-001';
31
const response = await openai.createCompletion(engine, {
32
prompt,
33
temperature: 1,
0 commit comments