remove wrong config
Browse files
app.py
CHANGED
@@ -38,8 +38,7 @@ def respond(
|
|
38 |
max_tokens=max_tokens,
|
39 |
stream=True,
|
40 |
temperature=temperature,
|
41 |
-
top_p=top_p
|
42 |
-
echo=False
|
43 |
)
|
44 |
|
45 |
for message in completion:
|
|
|
38 |
max_tokens=max_tokens,
|
39 |
stream=True,
|
40 |
temperature=temperature,
|
41 |
+
top_p=top_p
|
|
|
42 |
)
|
43 |
|
44 |
for message in completion:
|