We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment claude is broken. Changes needed:
diff --git a/src/claude.py b/src/claude.py index 19071a6..51217f3 100644 --- a/src/claude.py +++ b/src/claude.py @@ -101,7 +101,7 @@ class Client: "completion": { "prompt": f"{prompt}", "timezone": "Europe/London", - "model": "claude-2" + "model": "claude-2.1" }, "organization_uuid": f"{self.organization_id}", "conversation_uuid": f"{conversation_id}", @@ -169,7 +170,7 @@ class Client: "completion": { "prompt": f"{prompt}", "timezone": "Europe/London", - "model": "claude-2" + "model": "claude-2.1" }, "organization_uuid": f"{self.organization_id}", "conversation_uuid": f"{conversation_id}",
But.. better use constant, or common func.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment claude is broken.
Changes needed:
But.. better use constant, or common func.
The text was updated successfully, but these errors were encountered: