Linlang
Linlang
Hi, @JackFrog , `RD-Agent`’s interaction with LLMs is powered by `LiteLLM`. To check whether `Google Gemini` is supported and how to configure your `.env` file, please refer to the [official...
Hi, @utsab345 Thank you for your contribution to `RD-Agent`. There is more than just the TypeError issue fixed in this PR. There are also some changes based on pydantic version...
Hi, @kitcoun Thank you for your attention to `RD-Agent`. Neither `RD-Agent` nor `Qlib` will automatically install CUDA. If your system already has CUDA installed, you don’t need to install it...
Hi, @OVERSKY2003 Based on the information provided so far, it’s difficult to determine the exact cause of the issue. If you could share more details — for example, the full...
@OVERSKY2003 , Since `RD-Agent` is built on `LiteLLM`, you can refer to the [LiteLLM documentation](https://docs.litellm.ai/docs/providers) for guidance on configuring other third-party providers. Hope this helps.