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

Add support for Claude models #1280

Closed
slowpoke111 opened this issue Oct 31, 2024 · 1 comment
Closed

Add support for Claude models #1280

slowpoke111 opened this issue Oct 31, 2024 · 1 comment
Labels
enhancement New feature or request triage Interesting but stale issue. Will be close if inactive for 3 more days after label added.

Comments

@slowpoke111
Copy link

Policy and info

  • Maintainers will close issues that have been stale for 14 days if they contain relevant answers.
  • Adding the label "sweep" will automatically turn the issue into a coded pull request. Works best for mechanical tasks. More info/syntax at: https://docs.sweep.dev/
  • Consider adding the label "good first issue" for interesting, but easy features.

Feature description

Add support for using Anthropic's Claude models. They can be accessed through the anthropic python library and have similar syntax to the openai module.

Motivation/Application

This could allow for more user control over the results as Claude performs better on some tasks.

@slowpoke111 slowpoke111 added enhancement New feature or request triage Interesting but stale issue. Will be close if inactive for 3 more days after label added. labels Oct 31, 2024
@chaelli
Copy link

chaelli commented Nov 7, 2024

imho that already works
try
export ANTHROPIC_API_KEY=......
and then
gpte --model "claude-3-5-sonnet-20241022"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Interesting but stale issue. Will be close if inactive for 3 more days after label added.
Projects
None yet
Development

No branches or pull requests

2 participants