mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-12 22:33:54 -04:00
* docs(faq): note OPENAI_BASE_URL env var for pointing clients at LocalAI The "Can I use it with a Discord bot, or XXX?" answer says a client can be pointed at the LocalAI endpoint, but not how. Most OpenAI clients pick the endpoint up from OPENAI_BASE_URL, and clients that insist on a non-empty API key accept any placeholder value while api_keys is unset. Assisted-by: Claude:claude-opus-5 Signed-off-by: seven7763 <seven7763@users.noreply.github.com> * docs(faq): use Hugo notice shortcode per coding-style Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: seven7763 <seven7763@users.noreply.github.com> --------- Signed-off-by: seven7763 <seven7763@users.noreply.github.com> Co-authored-by: seven7763 <seven7763@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>