Tal

Results 239 comments of Tal

Are you sure you properly set your keys ? https://github.com/gojue/ecapture/actions/runs/12567427315/job/35033961278

Anyway, another alternative you have. that will surely work, is this: https://github.com/apps/qodo-merge-pro-for-open-source/

We cannot debug your personal deployment. you have something wrong there. probably related to the key. Triple-check it against the installation instructions: https://qodo-merge-docs.qodo.ai/installation/github/ The github action works https://github.com/Codium-ai/codium-code-examples/pull/53 https://github.com/Codium-ai/codium-code-examples/blob/main/.github/workflows/pr-agent.yaml

open a new PR, and show that the auto tools don't work. share its link (notice that you restricted all the github actions. they will only work if an admin...

give example. How do you call the model currently (code) ? can you use litellm to call it ? https://docs.litellm.ai/docs/providers/ollama (I am hinting that if it is supported by litellm,...

If Litellm supports it, pr-agent probably can. But I am not sure they do. try to look in their documentation

https://github.com/Codium-ai/pr-agent-pro/blob/3bd37b533152e58e5b8eea67318ae93493db2079/pr_agent/algo/ai_handlers/litellm_ai_handler.py#L256 Something like this: ``` if get_setting().ollama.get('header') kwargs['header']=get_setting().ollama.header ``

but also review this: https://qodo-merge-docs.qodo.ai/usage-guide/changing_a_model/#ollama

Each Qodo merge user need to sign to Qodo (pay), and afterward [link](https://app.qodo.ai/qodo-merge) his account: https://qodo-merge-docs.qodo.ai/installation/qodo_merge/ Without doing it, we start giving 'notifications' to do that, and after two weeks...

Hi @Nukil, and thanks for the suggestion. In general, we have already implemented similar capabilities. For example - we inject the PR description generated by the `describe` command into the...