mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 20:53:45 +08:00
fix: fix gemini stream output
This commit is contained in:
@@ -93,8 +93,7 @@ export const Azure = {
|
||||
};
|
||||
|
||||
export const Google = {
|
||||
ExampleEndpoint:
|
||||
"https://generativelanguage.googleapis.com/v1/models/gemini-pro:generateContent",
|
||||
ExampleEndpoint: "https://generativelanguage.googleapis.com",
|
||||
ChatPath: "v1/models/gemini-pro:generateContent",
|
||||
|
||||
// /api/openai/v1/chat/completions
|
||||
|
||||
Reference in New Issue
Block a user