Spaces:
Sleeping
Sleeping
Update backend/query_llm.py
Browse files- backend/query_llm.py +1 -1
backend/query_llm.py
CHANGED
|
@@ -194,7 +194,7 @@ def generate_gemini(prompt: str, history: str, temperature: float = 0.9, max_new
|
|
| 194 |
|
| 195 |
candidate_count=1
|
| 196 |
max_output_tokens=max_new_tokens
|
| 197 |
-
temperature=
|
| 198 |
top_p=top_p
|
| 199 |
|
| 200 |
|
|
|
|
| 194 |
|
| 195 |
candidate_count=1
|
| 196 |
max_output_tokens=max_new_tokens
|
| 197 |
+
temperature=1
|
| 198 |
top_p=top_p
|
| 199 |
|
| 200 |
|