RD-Agent icon indicating copy to clipboard operation
RD-Agent copied to clipboard

Where is the impl for the combination of Research Agent (o3) with Development Agent (GPT-4.1) in rdagent

Open inevity opened this issue 7 months ago • 1 comments

In Readme, o3(R)+GPT-4.1(D): This version is designed to both reduce average time per loop and leverage a cost-effective combination of backend LLMs by seamlessly integrating Research Agent (o3) with Development Agent (GPT-4.1).

Thanks.

inevity avatar May 21 '25 19:05 inevity

Please try set the following environment:

CHAT_MODEL: o3
LITELLM_CHAT_MODEL_MAP: '{"coding":{"model":"gpt-4.1","reasoning_effort":"None"},"running":{"model":"gpt-4.1","reasoning_effort":"None"}}'

peteryang1 avatar May 27 '25 02:05 peteryang1