Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ full_text = " "
|
|
29 |
top_p_init = 0.7
|
30 |
|
31 |
if submitted:
|
32 |
-
top_p_init+=0.
|
33 |
messages = [
|
34 |
{"role": "user", "content": text}
|
35 |
]
|
|
|
29 |
top_p_init = 0.7
|
30 |
|
31 |
if submitted:
|
32 |
+
top_p_init+=0.2
|
33 |
messages = [
|
34 |
{"role": "user", "content": text}
|
35 |
]
|