DrishtiSharma commited on
Commit
134bb5d
Β·
verified Β·
1 Parent(s): adb1393

Update interim_radio.py

Browse files
Files changed (1) hide show
  1. 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=180,
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