Update rag.py
Browse files
rag.py
CHANGED
@@ -21,7 +21,7 @@ class Rag:
|
|
21 |
|
22 |
try:
|
23 |
genai.configure(api_key="AIzaSyCwRr9054tCuh2S8yGpwKFvOAxYMT4WNIs")
|
24 |
-
model = genai.GenerativeModel('gemini-
|
25 |
|
26 |
images = [Image.open(path) for path in imagePaths]
|
27 |
|
|
|
21 |
|
22 |
try:
|
23 |
genai.configure(api_key="AIzaSyCwRr9054tCuh2S8yGpwKFvOAxYMT4WNIs")
|
24 |
+
model = genai.GenerativeModel('gemini-2.5-pro')
|
25 |
|
26 |
images = [Image.open(path) for path in imagePaths]
|
27 |
|