hectorjelly commited on
Commit
52fcc90
1 Parent(s): 707301f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def ask_joe(api_key, text, clear):
47
  model="gpt-4",
48
  messages=conversation_history,
49
  max_tokens=500,
50
- temperature=0.3
51
  )
52
 
53
  # Extract the model's message from the response
 
47
  model="gpt-4",
48
  messages=conversation_history,
49
  max_tokens=500,
50
+ temperature=0.6
51
  )
52
 
53
  # Extract the model's message from the response