claude-api-py icon indicating copy to clipboard operation
claude-api-py copied to clipboard

Unofficial Python API for Anthropic's Claude LLM

Results 7 claude-api-py issues
Sort by recently updated
recently updated
newest added

I'm trying to run this code: ```py from claude import claude_client from claude import claude_wrapper SESSION_KEY = client = claude_client.ClaudeClient(SESSION_KEY) organizations = client.get_organizations() organizations ``` but I get this: ```...

I've been using this service for the past 2 second and the server has been constantly up, I'm not sure how to deal with this situation as it has been...

I am trying to use claude API to run some analysis in parallel. However, it seems like after using several times, it was blocked for too many attempts. Here I...

Thanks so much for this!

Traceback (most recent call last): File "/Users/bicaihua/PycharmProjects/Weibo/weibo-crawler/Claude_Copilot.py", line 109, in main() File "/Users/bicaihua/PycharmProjects/Weibo/weibo-crawler/Claude_Copilot.py", line 30, in main claude_obj = claude_wrapper.ClaudeWrapper(client, organizations[0]['uuid']) # type: ignore TypeError: 'NoneType' object is not subscriptable...

I got 'HTTP Error 403: Forbidden' when send message to claude, does Anthropic ban this way?

Thanks so much for this!