Skip to content

Commit 459471c

Browse files
Merge pull request #114 from DiogoRibeiro7/chore/restart
chore: develop
2 parents bc31a0c + 7e5edd2 commit 459471c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/llm/generateIssueContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BODY:
3030
console.log('[DEBUG] Sending prompt to OpenAI...');
3131
try {
3232
const response = await openai.chat.completions.create({
33-
model: 'gpt-4',
33+
model: 'gpt-3.5-turbo',
3434
messages: [{ role: 'user', content: prompt }],
3535
temperature: 0.4,
3636
});

0 commit comments

Comments
 (0)