Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using model other than claude3 #28

Open
xanthexu opened this issue Mar 8, 2024 · 1 comment
Open

using model other than claude3 #28

xanthexu opened this issue Mar 8, 2024 · 1 comment

Comments

@xanthexu
Copy link

xanthexu commented Mar 8, 2024

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 am using default model which is Claude3 sonnet model. Does anyone know if it will occur the same problem for Claude 1 or 2 ?

Also, when I loaded model for Claude 2 or Claude-instant . It reports error like this :

HTTP Error 403: Forbidden

My code look like this :

model = constants.Model.CLAUDE_2_P_0
response = claude_obj.send_message(message=prompt, conversation_uuid=conversation_uuid,model=model)
response

This code works for default.model but not for claude 2 and claude 1. Does anyone know how to load claude 2 or claude 1 ?
Thanks,

@AshwinPathi
Copy link
Owner

AshwinPathi commented Mar 14, 2024

I don't know if claude 1 and 2 are supported anymore, and if you are using Claude with this API you are likely to get rate limited (or banned) if you use it too much. When I tried this with claude 1 and 2 in the past, it also blocked me.

Sonnet was the only API I was able to use, but that will block you after some time. I recommend implementing some rate limiter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants