Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ if submitted:
|
|
40 |
messages=messages,
|
41 |
temperature=0.5,
|
42 |
max_tokens=300,
|
43 |
-
top_p
|
44 |
stream=True
|
45 |
)
|
46 |
top_p_init +=0.1
|
|
|
40 |
messages=messages,
|
41 |
temperature=0.5,
|
42 |
max_tokens=300,
|
43 |
+
top_p=top_p_init,
|
44 |
stream=True
|
45 |
)
|
46 |
top_p_init +=0.1
|