Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -221,9 +221,9 @@ def acc_nyxion_7v(message, history, user_id):
|
|
221 |
|
222 |
response_api_four = client_api_four.predict(
|
223 |
message=f"{full_conversation}\nUser: {message}",
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
api_name="/chat"
|
228 |
)
|
229 |
|
|
|
221 |
|
222 |
response_api_four = client_api_four.predict(
|
223 |
message=f"{full_conversation}\nUser: {message}",
|
224 |
+
param_2=512,
|
225 |
+
param_3=0.7,
|
226 |
+
param_4=0.95,
|
227 |
api_name="/chat"
|
228 |
)
|
229 |
|