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 21babb1 commit 01af75eCopy full SHA for 01af75e
interpreter/core/llm/llm.py
@@ -52,7 +52,7 @@ def __init__(self, interpreter):
52
53
# Settings
54
self.model = "gpt-4o"
55
- self.temperature = 0
+ self.temperature = 0.0
56
57
self.supports_vision = None # Will try to auto-detect
58
self.vision_renderer = (
0 commit comments