You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'd like to join the project by working on this. With a bit of assistance i think I would be able to complete the enhancement task. Can you assign me the issue? Thank you
Great, contributing code is very welcome and we provide a template on which you can base your finished code.
Create a new backend/deprec folder under the rdagent/oai folder.
Store the current configuration and code
Implement litellm docking in rdagent/oai/backend folder.
In backend/base.py there is a dummy class APIBackend, the new code needs to inherit from APIBackend.
Code for implementing litellm docking in backend/litellm.py
🌟 Feature Description
Currently, only limited numbers of types of LLM is supported in RD-Agent.
Maybe we can add support https://docs.litellm.ai/docs/ to the backend (even replace current implementation) to support more LLMs.
Motivation
Alternatives
Additional Notes
The text was updated successfully, but these errors were encountered: