siyah1 commited on
Commit
03080f2
·
verified ·
1 Parent(s): be5d58e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ class TravelSearchTool:
270
 
271
  class GroqLLM:
272
  """Enhanced LLM client with travel-specific optimizations"""
273
- def __init__(self, model_name="qwen/qwen3-32b"):
274
  self.client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
275
  self.model_name = model_name
276
 
 
270
 
271
  class GroqLLM:
272
  """Enhanced LLM client with travel-specific optimizations"""
273
+ def __init__(self, model_name="llama-3.1-8b-instant"):
274
  self.client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
275
  self.model_name = model_name
276