-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement additional gemini backend #84
Comments
workaround: use a proxy such as https://github.com/zhu327/gemini-openai-proxy |
Regarding https://developers.googleblog.com/en/gemini-is-now-accessible-from-the-openai-library/ Content safety settings are not supported via Gemini's OpenAI chat completion API, as shown in the example at https://www.reddit.com/r/GoogleGeminiAI/comments/1ffb4by/is_there_a_way_to_change_the_safety_settings/ |
Consider a workaround, such as a proxy, that turns off the content safety settings by default. For example: The above nuances are better suited for projects that act as proxies, such as Adding a Gemini backend to hackingBuddyGPT would require ongoing maintenance to adapt to continuously evolving changes in Gemini's API, which is in beta ( For instance, maintainers and contributors might spend time trying to understand and justify why Gemini
In conclusion, using proxies is a more sensible approach, given the current state of the Gemini |
see https://ai.google.dev/gemini-api/docs/models/gemini
The text was updated successfully, but these errors were encountered: