wwwzhouhui / Claude2-PyAPI

一个使用python 实现Claude2 创建会话、聊天、发送附件、获取历史会话,清理历史记录等功能的api接口,可以对接第三方系统作为二次开发使用。
MIT License
305 stars 49 forks source link

Endpoint disabled #34

Open liutaocode opened 5 months ago

liutaocode commented 5 months ago

Sending any message will result in: {"error":{"type":"permission_error","message":"Endpoint disabled"}}

Does anyone have this problem?