Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ def bot(user_input, history,Konum):
|
|
190 |
}
|
191 |
],
|
192 |
temperature=0,
|
193 |
-
max_tokens=
|
194 |
top_p=1,
|
195 |
frequency_penalty=0,
|
196 |
presence_penalty=0,
|
|
|
190 |
}
|
191 |
],
|
192 |
temperature=0,
|
193 |
+
max_tokens=2048,
|
194 |
top_p=1,
|
195 |
frequency_penalty=0,
|
196 |
presence_penalty=0,
|