mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 06:23:44 +08:00
修改消息压缩使用的模型url
This commit is contained in:
@@ -119,6 +119,7 @@ export class ChatGPTApi implements LLMApi {
|
||||
providerName: options.config.providerName,
|
||||
},
|
||||
};
|
||||
console.log('-------', modelConfig, options)
|
||||
const requestPayload: RequestPayload = {
|
||||
messages,
|
||||
stream: options.config.stream,
|
||||
|
||||
Reference in New Issue
Block a user