abdulllah01 commited on
Commit
0d40137
·
verified ·
1 Parent(s): 0deb788

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ DO NOT USE THESE NAMES IN CONTACT OR IN TEXTS, THESE ARE ONLY TO TELL THE PROGRA
179
  chat_completion = client.chat.completions.create(
180
  messages=messages,
181
  model=model,
182
- temperature=2,
183
  max_completion_tokens=21890,
184
 
185
 
 
179
  chat_completion = client.chat.completions.create(
180
  messages=messages,
181
  model=model,
182
+ temperature=1.2,
183
  max_completion_tokens=21890,
184
 
185