Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,6 @@ GOOGLE_API_KEY = os.environ.get("GEMINI_API_KEY")
|
|
13 |
|
14 |
client = genai.Client(
|
15 |
api_key=GOOGLE_API_KEY,
|
16 |
-
http_options={'api_version': 'v1alpha'},
|
17 |
)
|
18 |
|
19 |
@app.route('/')
|
|
|
13 |
|
14 |
client = genai.Client(
|
15 |
api_key=GOOGLE_API_KEY,
|
|
|
16 |
)
|
17 |
|
18 |
@app.route('/')
|