Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,7 @@ def infer(prompt,
|
|
18 |
}
|
19 |
|
20 |
if float(temperature) == 0:
|
21 |
-
temperature =
|
22 |
-
top_p = 0
|
23 |
|
24 |
my_post_dict = {
|
25 |
"model": "Together-gpt-JT-6B-v1",
|
|
|
18 |
}
|
19 |
|
20 |
if float(temperature) == 0:
|
21 |
+
temperature = 0.01
|
|
|
22 |
|
23 |
my_post_dict = {
|
24 |
"model": "Together-gpt-JT-6B-v1",
|