Skip to content

Commit

Permalink
increasing the token limit for insults
Browse files Browse the repository at this point in the history
  • Loading branch information
andrioid committed Oct 14, 2024
1 parent 9a35ae0 commit 4c91364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/hello/ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function promptAI(prompt: string): Promise<string> {
content: prompt,
},
],
max_tokens: 100,
max_tokens: 150,
});

const msg = data.choices[0].message?.content;
Expand Down

0 comments on commit 4c91364

Please sign in to comment.