Skip to content

Commit 1faf23a

Browse files
Remove temperature setting from API call
1 parent 749e581 commit 1faf23a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

auto_solver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def generate_solution_with_ai(problem_info, api_key):
114114
{"role": "system", "content": "You are an expert software engineer solving LeetCode problems. Provide clear explanations and efficient solutions."},
115115
{"role": "user", "content": prompt}
116116
],
117-
temperature=0.7,
118117
max_completion_tokens=2000
119118
)
120119

0 commit comments

Comments
 (0)