gpt-engineer-org / gpt-engineer

Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
MIT License
52.53k stars 6.83k forks source link

Add support for Claude models #1280

Closed slowpoke111 closed 2 weeks ago

slowpoke111 commented 4 weeks ago

Policy and info

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.

chaelli commented 3 weeks ago

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