-
### 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'])
…
-
### Feature Description
The Gemini API has a new feature where you can ground results with Google search which reduces hallucinations and provides references to content:
https://ai.google.dev/gemi…
-
Currently, the API key input field has a static placeholder. We need to implement a dynamic placeholder that changes based on the selected model to improve user experience and clarity.
Feature requ…
-
Description:
The current Gemini AI API key has reached its message limit, impacting the functionality of the Gemini AI chatbot project. This issue requires updating the API key to restore full chatbo…
-
# Language Model Overview
## OpenAI
| | gpt-4o | gpt-4o-mini …
-
Gemini API is constantly becoming overloaded on many models. Is it not possible to implement a backup model when this is overloaded? Maybe using llama? I see it seems to be on Googles end, but is ther…
-
### What happened?
Over at `openhands`, we use litellm SDK to help us support all the LLM APIs you offer. Prompt caching is very important for users, and it's great that liteLLM has adapted Gemini to…
-
I would like to see the Gemini API implemented.
The Gemini API is free and would be very cool to implement.
-
Just as title describes. It would be great to select Google’s Gemini 1.5 pro or 1.5 flash as a possible model to choose from.
-
Hi
I'm saving the chat history to the postgresdb through data layer but when I'm doing the chat resume the history is not getting loaded but the chat title is coming up in the side bar and chat is a…