Shreyas094
commited on
Commit
•
3c683fa
1
Parent(s):
e4b2310
Update app.py
Browse files
app.py
CHANGED
@@ -284,7 +284,7 @@ Your response should be detailed, informative, accurate, and directly relevant t
|
|
284 |
try:
|
285 |
response = llm_client.chat_completion(
|
286 |
messages=messages,
|
287 |
-
max_tokens=
|
288 |
temperature=temperature
|
289 |
)
|
290 |
return response.choices[0].message.content.strip()
|
|
|
284 |
try:
|
285 |
response = llm_client.chat_completion(
|
286 |
messages=messages,
|
287 |
+
max_tokens=10000,
|
288 |
temperature=temperature
|
289 |
)
|
290 |
return response.choices[0].message.content.strip()
|