srivatsavdamaraju commited on
Commit
9f2dc76
·
verified ·
1 Parent(s): f3dccc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,7 +98,7 @@ def process_query_only(file, query):
98
 
99
  # Initialize Groq LLM
100
  llm = ChatGroq(
101
- model_name="mistral-saba-24b",
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="mistral-saba-24b",
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
  )