Update app.py
Browse files
app.py
CHANGED
@@ -352,7 +352,7 @@ llm = ChatOpenAI(
|
|
352 |
base_url="https://api.together.xyz/v1",
|
353 |
api_key='0291f33aee03412a47fa5d8e562e515182dcc5d9aac5a7fb5eefdd1759005979',
|
354 |
model="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
355 |
-
max_tokens=
|
356 |
|
357 |
)
|
358 |
|
|
|
352 |
base_url="https://api.together.xyz/v1",
|
353 |
api_key='0291f33aee03412a47fa5d8e562e515182dcc5d9aac5a7fb5eefdd1759005979',
|
354 |
model="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
355 |
+
max_tokens=2048 # specify the max tokens as per your requirement
|
356 |
|
357 |
)
|
358 |
|