Spaces:
Running
Running
Update assistants.py
Browse files- assistants.py +1 -0
assistants.py
CHANGED
@@ -71,6 +71,7 @@ def create_assistant():
|
|
71 |
"Execute code when explicitly asked to."
|
72 |
),
|
73 |
model="gpt-4o",
|
|
|
74 |
tools=[
|
75 |
{"type": "code_interpreter"},
|
76 |
{"type": "function", "function": function_to_schema(today_tool)},
|
|
|
71 |
"Execute code when explicitly asked to."
|
72 |
),
|
73 |
model="gpt-4o",
|
74 |
+
temperature=0.01,
|
75 |
tools=[
|
76 |
{"type": "code_interpreter"},
|
77 |
{"type": "function", "function": function_to_schema(today_tool)},
|