Sarath0x8f commited on
Commit
88e99f6
1 Parent(s): a957041

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def respond(
14
  message,
15
  history: list[tuple[str, str]],
16
  max_tokens=1024,
17
- temperature=0.7,
18
  top_p=0.95,
19
  ):
20
  # System message defining assistant behavior
 
14
  message,
15
  history: list[tuple[str, str]],
16
  max_tokens=1024,
17
+ temperature=0.4,
18
  top_p=0.95,
19
  ):
20
  # System message defining assistant behavior