Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -434,7 +434,7 @@ Provide specific, technical guidance focused on Gradio implementation details an
|
|
434 |
"Content-Type": "application/json"
|
435 |
},
|
436 |
json={
|
437 |
-
"model": "google/
|
438 |
"messages": messages,
|
439 |
"temperature": 0.7,
|
440 |
"max_tokens": 500
|
|
|
434 |
"Content-Type": "application/json"
|
435 |
},
|
436 |
json={
|
437 |
+
"model": "google/gemma-3-27b-it",
|
438 |
"messages": messages,
|
439 |
"temperature": 0.7,
|
440 |
"max_tokens": 500
|