st1vms/unofficial-claude-api

Error report in send_message call

kyhhdm opened this issue · 2 comments

kyhhdm commented

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

@kyhhdm Thanks a lot for letting me notice!

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

st1vms commented

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

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