mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: xh 4.0
This commit is contained in:
parent
cc90e38ba8
commit
49aade9ac6
1 changed files with 2 additions and 0 deletions
|
|
@ -186,6 +186,8 @@ export default class XinghuoClient {
|
|||
domain = 'generalv3'
|
||||
} else if (Config.xhmode == 'apiv3.5') {
|
||||
domain = 'generalv3.5'
|
||||
} else if (Config.xhmode == 'apiv4.0') {
|
||||
domain = '4.0Ultra'
|
||||
}
|
||||
// 编写消息内容
|
||||
const wsSendData = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue