Spaces:
Runtime error
Runtime error
Denver Citizen9
commited on
Commit
·
a9126e7
1
Parent(s):
64f2548
lets turn up the temp
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def tell_us_about_yo_momma(category, topic):
|
|
18 |
max_tokens=512,
|
19 |
n=1,
|
20 |
stop=None,
|
21 |
-
temperature=0.
|
22 |
)
|
23 |
message = completions.choices[0].text.strip()
|
24 |
return message
|
|
|
18 |
max_tokens=512,
|
19 |
n=1,
|
20 |
stop=None,
|
21 |
+
temperature=0.8,
|
22 |
)
|
23 |
message = completions.choices[0].text.strip()
|
24 |
return message
|