Lhumpal commited on
Commit
5a29b51
·
verified ·
1 Parent(s): f9ba337

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ async def chat(request: ChatRequest):
140
  config=GenerateContentConfig(
141
  system_instruction=[request.system_message],
142
  max_output_tokens=150,
143
- temperature=1.75
144
  ),
145
  )
146
 
 
140
  config=GenerateContentConfig(
141
  system_instruction=[request.system_message],
142
  max_output_tokens=150,
143
+ temperature=1.5
144
  ),
145
  )
146