zhu327 / gemini-openai-proxy

A proxy for converting the OpenAI API protocol to the Google Gemini Pro protocol.
MIT License
504 stars 92 forks source link

[Note] Client Compatibility List and Known Issues #4

Open zhu327 opened 6 months ago

zhu327 commented 6 months ago

Perfectly Compatible:

Known Issues:


Feel free to contribute to the compatibility list, allowing us to continuously enhance the user experience of our project. Thank you for your support and feedback!

zhu327 commented 6 months ago

https://ai.google.dev/tutorials/go_quickstart?hl=en#multi-turn-conversations-chat

Note: The gemini-pro-vision model (for text-and-image input) is not yet optimized for multi-turn conversations. Make sure to use gemini-pro and text-only input for chat use cases.

Due to Google Gemini Pro Vision's lack of support for chat context, context will be lost when handling gpt-4-vision-preview conversations.

bestpika commented 4 months ago

I use this project at https://harpa.ai. Because the author of the extension does not want to provide direct calling of the Gemini Pro API, only requiring users to utilize Gemini Pro through OpenRouter.

CheerfulPianissimo commented 3 months ago

Seems to be working with shell gpt https://github.com/TheR1D/shell_gpt/issues/514