princeton-nlp / SWE-agent

[NeurIPS 2024] SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges.
https://swe-agent.com
MIT License
13.62k stars 1.38k forks source link

Adding a support for Cohere API (new Command-R model) #204

Closed adam2am closed 5 months ago

adam2am commented 6 months ago

Describe the feature

Hey, I would like to suggest support for integrating additional language model API

This model recently got into the top 10 AI language models according to benchmarks like https://chat.lmsys.org/ and provide capabilities complementary to OpenAI's models. Particularly, people are saying it compelling for its strong RAG using its embeddings.

Would be amazing if you consider adding it!

Potential Solutions

-

ofirpress commented 5 months ago

We will add support for something like LiteLLM therefore this issue will be deprecated. Closing