shukdevdattaEX commited on
Commit
2f64b1f
·
verified ·
1 Parent(s): 1d87195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def process_nl_query(api_key, natural_query):
125
 
126
  # Call Groq API for SQL generation - FIXED: Added "JSON" to system message
127
  response = client.chat.completions.create(
128
- model="mixtral-8x7b-32768",
129
  messages=[
130
  {
131
  "role": "system",
 
125
 
126
  # Call Groq API for SQL generation - FIXED: Added "JSON" to system message
127
  response = client.chat.completions.create(
128
+ model="moonshotai/kimi-k2-instruct-0905",
129
  messages=[
130
  {
131
  "role": "system",