Spaces:
Sleeping
Sleeping
Update interim_radio.py
Browse files- interim_radio.py +1 -1
interim_radio.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=1024,
|
| 44 |
callbacks=[LLMCallbackHandler(Path("prompts.jsonl"))],
|
| 45 |
)
|
| 46 |
|