Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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="qwen/qwen3-32b"):
|
274 |
self.client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|
275 |
self.model_name = model_name
|
276 |
|