-
Notifications
You must be signed in to change notification settings - Fork 60.6k
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
[Bug] API Version Service Provider Google #4031
Comments
it's because of this export const Google = {
ExampleEndpoint: "https://generativelanguage.googleapis.com/",
ChatPath: "v1beta/models/gemini-pro:generateContent",
VisionChatPath: "v1beta/models/gemini-pro-vision:generateContent",
// /api/openai/v1/chat/completions
}; Also This repository hasn't been fixed for a long time and is essentially unmaintained, as @fred-bf is the only one managing it. |
So in pull request #4192, I can only simply modify the code to solve the problem I encountered (or cover up the problem). After all, refactoring this part of the code is a bit too difficult for me now😢 |
It's only refactoring support |
I'm preparing for a test recently. After my test is over, if no one has solved it, I want to give it a try. |
nice |
@Rubuark it's better to trying |
Describe the bug
this one
it doesn't work when use v1beta
The text was updated successfully, but these errors were encountered: