mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-04 18:10:38 +08:00
Update google.ts
This commit is contained in:
parent
cd30368da9
commit
f8b180ac44
@ -112,8 +112,8 @@ export class GeminiProApi implements LLMApi {
|
|||||||
options.onController?.(controller);
|
options.onController?.(controller);
|
||||||
try {
|
try {
|
||||||
let googleChatPath = visionModel
|
let googleChatPath = visionModel
|
||||||
? Google.VisionChatPath
|
? Google.VisionChatPath(modelConfig.model)
|
||||||
: Google.ChatPath;
|
: Google.ChatPath(modelConfig.model);
|
||||||
let chatPath = this.path(googleChatPath);
|
let chatPath = this.path(googleChatPath);
|
||||||
|
|
||||||
// let baseUrl = accessStore.googleUrl;
|
// let baseUrl = accessStore.googleUrl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user