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 16a6a71 commit 7e5edd2Copy full SHA for 7e5edd2
src/core/llm/generateIssueContent.ts
@@ -30,7 +30,7 @@ BODY:
30
console.log('[DEBUG] Sending prompt to OpenAI...');
31
try {
32
const response = await openai.chat.completions.create({
33
- model: 'gpt-4',
+ model: 'gpt-3.5-turbo',
34
messages: [{ role: 'user', content: prompt }],
35
temperature: 0.4,
36
});
0 commit comments