Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def multiturn_generate_content(file_path, user_query):
|
|
75 |
vertexai.init(project="imgcp-ff81e7053b072ce5", location="us-central1")
|
76 |
|
77 |
model = GenerativeModel(
|
78 |
-
"gemini-1.5-
|
79 |
)
|
80 |
chat = model.start_chat()
|
81 |
|
|
|
75 |
vertexai.init(project="imgcp-ff81e7053b072ce5", location="us-central1")
|
76 |
|
77 |
model = GenerativeModel(
|
78 |
+
"gemini-1.5-pro-001",
|
79 |
)
|
80 |
chat = model.start_chat()
|
81 |
|