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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -12,13 +12,8 @@ client = OpenAI(
12
  base_url=os.getenv('API_BASE'))
13
 
14
  MODELS = [
15
- "google/gemini-flash-1.5-exp",
16
- "google/gemini-flash-1.5",
17
  "meta-llama/llama-3.2-11b-vision-instruct:free",
18
- "meta-llama/llama-3.2-11b-vision-instruct",
19
- "mistralai/pixtral-12b",
20
- "mistralai/pixtral-12b:free",
21
- "google/gemini-flash-1.5"
22
  ]
23
 
24
  def encode_image(image):
 
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):