Skip to content

Commit 0bfdca6

Browse files
committed
feat(model): updated the model
1 parent d69e8a7 commit 0bfdca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/front-controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Follow TDD Process:
100100
7. Refactor if needed while keeping tests passing.`;
101101

102102
// Get the solution with retries and verification
103-
const solution = await context.adapters.openai.completions.createCompletion(prompt, "deepseek/deepseek-r1", workingDir);
103+
const solution = await context.adapters.openai.completions.createCompletion(prompt, "mistralai/codestral-2501", workingDir);
104104

105105
if (!solution) {
106106
logger.error("No solution was generated");

0 commit comments

Comments
 (0)