Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ client = OpenAI(
|
|
12 |
base_url=os.getenv('API_BASE'))
|
13 |
|
14 |
MODELS = [
|
15 |
-
|
16 |
-
"
|
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):
|