robusta-dev / holmesgpt

On-Call Assistant for Prometheus Alerts - Get a head start on fixing alerts with AI investigation
MIT License
441 stars 35 forks source link

Feature request: adding qwencode #151

Open adrien-barret opened 4 weeks ago

adrien-barret commented 4 weeks ago

Summary

Is it possible to run Qwencode llm localy? or do you know any tool that I can use to connect holmes to it? Appendix

No response

aantn commented 4 weeks ago

Hey, I'm not sure! What would be the motivation for using Qwencode with Holmes and not another LLM?

adrien-barret commented 4 weeks ago

Qwencode seem to work well on some kind of code and we can run locally without any paid cost

aantn commented 4 weeks ago

Got it, thanks. How are you running it locally today?

On Mon, Oct 7, 2024 at 11:16 PM Adrien Barret @.***> wrote:

Qwencode seem to work well on some kind of code and we can run locally without any paid cost

— Reply to this email directly, view it on GitHub https://github.com/robusta-dev/holmesgpt/issues/151#issuecomment-2397808918, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADYUB2IZJITCXSFU7IXFX3Z2LTZ5AVCNFSM6AAAAABPP4PADGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJXHAYDQOJRHA . You are receiving this because you commented.Message ID: @.***>

adrien-barret commented 4 weeks ago

I'm using jan but it will probably not work with holmes

aantn commented 4 weeks ago

As far as I can tell, jan does provide an OpenAI-compatible http endpoint, so that could work. However, I am not sure if Jan or Qwencode support tool-calling. That would likely be the main challenge, but if you're able to confirm they do support it, we'd be happy to help get this working.

Screenshot 2024-10-08 at 20 07 03

adrien-barret commented 3 weeks ago

will check that ! thanks