gemini-1.5-pro-latest
Browse files
main.py
CHANGED
@@ -134,7 +134,7 @@ configuration = Configuration(
|
|
134 |
)
|
135 |
|
136 |
genai.configure(api_key=os.getenv('GOOGLE_API_KEY', None))
|
137 |
-
model = genai.GenerativeModel('gemini-pro')
|
138 |
chats: dict[str, genai.ChatSession] = {}
|
139 |
|
140 |
|
|
|
134 |
)
|
135 |
|
136 |
genai.configure(api_key=os.getenv('GOOGLE_API_KEY', None))
|
137 |
+
model = genai.GenerativeModel('gemini-1.5-pro-latest')
|
138 |
chats: dict[str, genai.ChatSession] = {}
|
139 |
|
140 |
|