Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ def process_query_only(file, query):
|
|
98 |
|
99 |
# Initialize Groq LLM
|
100 |
llm = ChatGroq(
|
101 |
-
model_name="
|
102 |
api_key=GROQ_API_KEY,
|
103 |
temperature=0
|
104 |
)
|
@@ -166,7 +166,7 @@ def generate_chart(query):
|
|
166 |
|
167 |
# Reconfigure SmartDataframe for chart generation
|
168 |
llm = ChatGroq(
|
169 |
-
model_name="
|
170 |
api_key=GROQ_API_KEY,
|
171 |
temperature=0
|
172 |
)
|
|
|
98 |
|
99 |
# Initialize Groq LLM
|
100 |
llm = ChatGroq(
|
101 |
+
model_name="llama-3.3-70b-versatile",
|
102 |
api_key=GROQ_API_KEY,
|
103 |
temperature=0
|
104 |
)
|
|
|
166 |
|
167 |
# Reconfigure SmartDataframe for chart generation
|
168 |
llm = ChatGroq(
|
169 |
+
model_name="llama-3.3-70b-versatile",
|
170 |
api_key=GROQ_API_KEY,
|
171 |
temperature=0
|
172 |
)
|