mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: claude2 url error
This commit is contained in:
parent
ec2e123e72
commit
9ef463fddc
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ export class ClaudeAIClient {
|
|||
timezone: 'Asia/Hong_Kong'
|
||||
}
|
||||
let host = Config.claudeAIReverseProxy || 'https://claude.ai'
|
||||
let url = host + `/api/${this.organizationId}/chat_conversations/${conversationId}/completion`
|
||||
let url = host + `/api/organizations/${this.organizationId}/chat_conversations/${conversationId}/completion`
|
||||
const cycleTLS = await initCycleTLS()
|
||||
let streamDataRes = await cycleTLS(url, {
|
||||
ja3: this.JA3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue