BuilderIO / micro-agent

An AI agent that writes (actually useful) code for you
https://www.builder.io/blog/micro-agent
MIT License
2.61k stars 206 forks source link

Invalid URL #44

Closed pothuraju-dev closed 2 months ago

pothuraju-dev commented 2 months ago

It worked fine till I try to change config for using groq through OpenAI_Endpoint

image

steve8708 commented 2 months ago

what did you use as the config value?

pothuraju-dev commented 2 months ago

what did you use as the config value?

groq token and endpoint as 'groq'

steve8708 commented 2 months ago

the endpoint needs to be a URL. For Groq it would be https://api.groq.com/openai/v1

pothuraju-dev commented 2 months ago

the endpoint needs to be a URL. For Groq it would be https://api.groq.com/openai/v1

Thanks, I will check