Commit
·
ab55ac3
1
Parent(s):
2182a61
Update writing_assistant_app.py
Browse files- writing_assistant_app.py +1 -1
writing_assistant_app.py
CHANGED
@@ -23,7 +23,7 @@ def writing_assistant(debut, suite, instructions):
|
|
23 |
response = openai.ChatCompletion.create(
|
24 |
model="gpt-3.5-turbo",
|
25 |
messages=messages,
|
26 |
-
temperature=0.
|
27 |
)
|
28 |
|
29 |
# Get generated text
|
|
|
23 |
response = openai.ChatCompletion.create(
|
24 |
model="gpt-3.5-turbo",
|
25 |
messages=messages,
|
26 |
+
temperature=0.9
|
27 |
)
|
28 |
|
29 |
# Get generated text
|