Phoenix21 commited on
Commit
4f358f6
·
verified ·
1 Parent(s): d05df24

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -181,7 +181,7 @@ try:
181
  groq_fallback_llm = ChatGroq(
182
  model=GROQ_MODELS["default"],
183
  temperature=0.7,
184
- groq_api_key=fallback_groq_api_key,
185
  max_tokens=2048
186
  )
187
  except Exception as e:
 
181
  groq_fallback_llm = ChatGroq(
182
  model=GROQ_MODELS["default"],
183
  temperature=0.7,
184
+ # groq_api_key=fallback_groq_api_key,
185
  max_tokens=2048
186
  )
187
  except Exception as e: