Hacker News new | ask | show | jobs
by roseway4 528 days ago
You can override the default OpenAI url using an environment variable (iirc, OPENAI_API_BASE). Any LLM provider / inference server offering an OpenAI-compatible API will work.
1 comments

Granted they use the `openai` python library (or other library/implementation that uses that same env var), hence my question in the previous-previous comment...