Xhaheen commited on
Commit
6b38066
1 Parent(s): 539682c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ client = OpenAI(
12
  base_url=os.getenv('API_BASE'))
13
 
14
  MODELS = [
15
- "meta-llama/llama-3.2-11b-vision-instruct:free",
16
- "meta-llama/llama-3.2-11b-vision-instruct"
17
  ]
18
 
19
  def encode_image(image):
 
12
  base_url=os.getenv('API_BASE'))
13
 
14
  MODELS = [
15
+
16
+ "google/gemini-flash-1.5"
17
  ]
18
 
19
  def encode_image(image):