Kazel commited on
Commit
11c97e7
·
verified ·
1 Parent(s): 0a118c2

Update rag.py

Browse files
Files changed (1) hide show
  1. rag.py +1 -1
rag.py CHANGED
@@ -21,7 +21,7 @@ class Rag:
21
 
22
  try:
23
  genai.configure(api_key="AIzaSyCwRr9054tCuh2S8yGpwKFvOAxYMT4WNIs")
24
- model = genai.GenerativeModel('gemini-1.5-flash')
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