lks-ai / anynode

A Node for ComfyUI that does what you ask it to do
MIT License
426 stars 27 forks source link

Groq suport? #9

Open dicksondickson opened 1 month ago

dicksondickson commented 1 month ago

Awesome work! Can you make the node support Groq? They use openai compatible API and serve Llama3, mixtral, gemma models and its free for the time being.

https://groq.com/

Thank you!

lks-ai commented 1 month ago

https://console.groq.com/docs/openai

According to this, you should be able to use the Local LLM AnyNode for connecting to groq IF I make some modifications to the way the endpoint is setup, or quite possibly without. I have to study it a little further because their endpoint path is kinda non-standard but offers the OpenAI standard chatcompletions... goes to get a groq API key

dicksondickson commented 1 month ago

Awesome, I am looking forward to it!