Codium-ai / cover-agent

QodoAI Cover-Agent: An AI-Powered Tool for Automated Test Generation and Code Coverage Enhancement! ๐Ÿ’ป๐Ÿค–๐Ÿงช๐Ÿž
https://qodo.ai/
GNU Affero General Public License v3.0
4.37k stars 327 forks source link

Ability to configure multi-models to CoverAgent. #173

Open coderustic opened 1 month ago

coderustic commented 1 month ago

Ability to allow to use different models for different tasks, for eg:

1) One can use GPT3.5 for finding the markers of when to insert headers 2) To find NL comprehension of focal method use a codeX or codellama 3) For unit test generation use GPT4 etc