Spaces:
Running
Running
DrishtiSharma
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ class LLMCallbackHandler(BaseCallbackHandler):
|
|
40 |
llm = ChatGroq(
|
41 |
temperature=0,
|
42 |
model_name="groq/llama-3.3-70b-versatile",
|
43 |
-
max_tokens=
|
44 |
callbacks=[LLMCallbackHandler(Path("prompts.jsonl"))],
|
45 |
)
|
46 |
|
|
|
40 |
llm = ChatGroq(
|
41 |
temperature=0,
|
42 |
model_name="groq/llama-3.3-70b-versatile",
|
43 |
+
max_tokens=500,
|
44 |
callbacks=[LLMCallbackHandler(Path("prompts.jsonl"))],
|
45 |
)
|
46 |
|