LiamKhoaLe commited on
Commit
0123a67
·
1 Parent(s): 632981b

Migrate to 2.5 preview

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ class RAGMedicalChatbot:
165
  return completion.strip()
166
 
167
  # ✅ Initialize Chatbot
168
- chatbot = RAGMedicalChatbot(model_name="gemini-2.0-flash", retrieve_function=retrieve_medical_info)
169
 
170
  # ✅ Chat Endpoint
171
  @app.post("/chat")
 
165
  return completion.strip()
166
 
167
  # ✅ Initialize Chatbot
168
+ chatbot = RAGMedicalChatbot(model_name="gemini-2.5-flash-preview-04-17", retrieve_function=retrieve_medical_info)
169
 
170
  # ✅ Chat Endpoint
171
  @app.post("/chat")