tlo9

Results 2 comments of tlo9

I was able to fork and add support for Groq and other OpenAI-compatible apis via two new environment variables: GROQ_API_KEY and OPENAI_BASE_URL. [https://github.com/tlo9/openui](https://github.com/tlo9/openui)

I forgot to mention that I included another environment variable, GROQ_BASE_URL, that defaults to https://api.groq.com/openai/v1. The Groq models will appear in the settings if a valid GROQ_API_KEY is set. I'll...