Spaces:
Paused
Paused
Update app.py
Browse files
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="
|
| 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",
|