st1vms / unofficial-claude-api

Unofficial Claude API supporting direct HTTP chat creation/deletion/retrieval, messages with multiple file attachments and auto session gathering using Firefox with geckodriver.
MIT License
131 stars 12 forks source link

Error report in send_message call #14

Closed kyhhdm closed 9 months ago

kyhhdm commented 9 months ago

I got an error today in send_message call as: Error code 403, response -> {"error":{"type":"permission_error","message":"Endpoint disabled"}}

it seems that claude.ai upgrade from "https://claude.ai//api/append_message" to "https://claude.ai/api/organizations/$organizationID/chat_conversations/$chatID/completion",

FYI

st1vms commented 9 months ago

@kyhhdm Thanks a lot for letting me notice!

I'm going to work on a new PR as soon as possible.

st1vms commented 9 months ago

@kyhhdm Can you please give a quick try to #15 ?

Waiting for confirmations in order to merge and release the 0.2.8 version.