mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: #638
This commit is contained in:
parent
4f10fcbeb1
commit
ba83d6c31d
2 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,8 @@ export default class XinghuoClient {
|
|||
APILink = '/v2.1/chat'
|
||||
} else if (Config.xhmode === 'apiv3') {
|
||||
APILink = '/v3.1/chat'
|
||||
} else if (Config.xhmode === 'apiv3.5') {
|
||||
APILink = '/v3.5/chat'
|
||||
}
|
||||
const date = new Date().toGMTString()
|
||||
const algorithm = 'hmac-sha256'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue