mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 23:20:28 +08:00
chore: update
This commit is contained in:
@@ -170,7 +170,6 @@ export class GeminiProApi implements LLMApi {
|
||||
try {
|
||||
// https://github.com/google-gemini/cookbook/blob/main/quickstarts/rest/Streaming_REST.ipynb
|
||||
const chatPath = this.path(Google.ChatPath(modelConfig.model));
|
||||
console.log("[Chat Path] ", chatPath);
|
||||
|
||||
const chatPayload = {
|
||||
method: "POST",
|
||||
|
Reference in New Issue
Block a user