-
## Description
Enhance the existing AI bot **Lisa** in Beckn-Gemini with several key improvements. These enhancements will make Lisa more robust, flexible, and capable of handling various user inputs…
-
-
Currently there is an error displayed on screen when calling the Gemini API returns an error. We should automatically retry (let's say around 5 times) before displaying an error on the screen, for a b…
-
file:///C:/Users/gg/node_modules/@google/generative-ai/dist/index.mjs:454
throw new GoogleGenerativeAIResponseError(`${formatBlockErrorMessage(response)}`, response);
…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue]…
-
code to use audio transcription using ai :
import os
import google.generativeai as genai
genai.configure(api_key=os.environ["GEMINI_API_KEY"])
def upload_to_gemini(path, mime_type=None):
"…
-
Amazing Job on the new Gemini firestore extension for developers!
Thank you google team for this
.
I am writing this as i see that this tool is not reaching its full potential. It is amazing for …
-
### Description of the bug:
I am using this script for gemini api to generate image:
```
import os
import google.generativeai as genai
genai.configure(api_key=os.environ['GEMINI_API_KEY'])
…
-
See: https://ai.google.dev/api?lang=python
Might warrant sub-issues as Gemini does alot.
-
### Checklist
- [X] I've checked that there is no other issue about this feature request.
- [X] This issue contains only one feature request.
- [X] The title of this issue accurately describes th…