Spaces:
Runtime error
Runtime error
Rijgersberg
commited on
Commit
•
b590e2a
1
Parent(s):
365487b
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +66,7 @@ def generate(
|
|
66 |
system_message,
|
67 |
max_tokens,
|
68 |
temperature,
|
69 |
-
top_p
|
70 |
-
) -> Iterator[str]:
|
71 |
|
72 |
conversation = [{"role": "system", "content": system_message}]
|
73 |
for user, assistant in chat_history:
|
|
|
66 |
system_message,
|
67 |
max_tokens,
|
68 |
temperature,
|
69 |
+
top_p):
|
|
|
70 |
|
71 |
conversation = [{"role": "system", "content": system_message}]
|
72 |
for user, assistant in chat_history:
|