Tal

Results 239 comments of 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: ![image](https://github.com/Codium-ai/cover-agent/assets/21198860/540f14f2-7be1-45e9-9c72-8185a4fcd3b2)

update the repo ![image](https://github.com/Codium-ai/cover-agent/assets/21198860/955d9029-9fda-4149-8a28-7ffcdc34f41f)

@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 ?