NCTCMumbai commited on
Commit
4945599
1 Parent(s): 7dba37b

Update backend/query_llm.py

Browse files
Files changed (1) hide show
  1. 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=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