google-generativeai Questions
3
Solved
I'm building a project that leverages the Gemini API, but I'm facing an inconsistency issue. Every time I send the same prompt, the response structure changes, making backend processing difficult.
...
Pompey asked 24/2, 2024 at 12:21
5
Solved
I'm trying to use the Google Generative AI gemini-pro model with the following Python code using the Google Generative AI Python SDK:
import google.generativeai as genai
import os
genai.configure(...
Monika asked 14/12, 2023 at 10:45
1
I have 107 images and I want to extract text from them, and I am using Gemini API, and this is my code till now:
# Gemini Model
model = genai.GenerativeModel('gemini-pro-vision', safety_settings=sa...
Maurer asked 11/2, 2024 at 10:56
1
© 2022 - 2025 — McMap. All rights reserved.