Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,8 +72,8 @@ with st.container():
|
|
| 72 |
"api_key": selected_key
|
| 73 |
},
|
| 74 |
],
|
| 75 |
-
"seed": "42", # seed for reproducibility
|
| 76 |
-
"temperature": 0, # temperature of 0 means deterministic output
|
| 77 |
|
| 78 |
}
|
| 79 |
# create an AssistantAgent instance named "assistant"
|
|
|
|
| 72 |
"api_key": selected_key
|
| 73 |
},
|
| 74 |
],
|
| 75 |
+
#"seed": "42", # seed for reproducibility
|
| 76 |
+
#"temperature": 0, # temperature of 0 means deterministic output
|
| 77 |
|
| 78 |
}
|
| 79 |
# create an AssistantAgent instance named "assistant"
|