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