jchen8000 commited on
Commit
588f6b1
·
verified ·
1 Parent(s): c4d9bc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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