tomemojo commited on
Commit
bb3d59f
·
1 Parent(s): c4af7b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def chatbot(input,systemInstructions):
17
  chat = openai.ChatCompletion.create(
18
  model="gpt-3.5-turbo",
19
  messages=messages,
20
- temperature=0.6,
21
  top_p=0.3,
22
  n=1,
23
  max_tokens = 1024,
 
17
  chat = openai.ChatCompletion.create(
18
  model="gpt-3.5-turbo",
19
  messages=messages,
20
+ temperature=0.8,
21
  top_p=0.3,
22
  n=1,
23
  max_tokens = 1024,