Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def generate_response(user_input, history, model, temperature, max_tokens, top_p
|
|
28 |
|
29 |
if model.startswith("gemini"):
|
30 |
chat = google_chat
|
31 |
-
chat.model = model
|
32 |
else:
|
33 |
chat = groq_chat
|
34 |
chat.model_name = model
|
|
|
28 |
|
29 |
if model.startswith("gemini"):
|
30 |
chat = google_chat
|
31 |
+
# chat.model = model
|
32 |
else:
|
33 |
chat = groq_chat
|
34 |
chat.model_name = model
|