Tal
Tal
see https://github.com/Codium-ai/pr-agent/pull/910
@Majdoddin this looks like a cool endeavor Is the code you propose ready for other people (me) to play with it a bit? (the PR is currently in draft mode)
https://litellm.vercel.app/docs/providers/openai_compatible
you haven't specified which model/framework, but basically you need to give the correct model name and api_base ``` export API_KEY = ... --model="openai/mistral" --api-base=http://localhost:11434" ``` to run: 
update the repo 
/improve
@rostalgen i do plan to engage this this week, see: https://github.com/Codium-ai/cover-agent/issues/39 just for me to understand: a code like this is invalid in Java (with additional class generated) ? ```...
> > I pulled the latest code, but something still isn't working quite right. Atleast in my case, the tests continue to fail due to compilation issues. > > I...
(1) use gpt4 "ollama/codestral" is an open source model, and not a very good one https://pr-agent-docs.codium.ai/finetuning_benchmark/ (2) also, if you have already a prev git installation, 'pip install git+https://github.com/Codium-ai/cover-agent.git' will...
are you using GPT4 ?