doc: add openai api compatible note
This commit is contained in:
parent
cf8882a867
commit
6d820ef91b
1 changed files with 7 additions and 1 deletions
|
|
@ -18,7 +18,13 @@ All local models (embedding, cross-encoder) are automatically downloaded from Hu
|
|||
|
||||
Used for fact extraction, entity resolution, opinion generation, and answer synthesis.
|
||||
|
||||
**Supported providers:** OpenAI, Gemini, Groq, Ollama
|
||||
**Supported providers:** OpenAI, Gemini, Groq, Ollama, and **any OpenAI-compatible API**
|
||||
|
||||
:::tip OpenAI-Compatible Providers
|
||||
Hindsight works with any provider that exposes an OpenAI-compatible API (e.g., Azure OpenAI). Simply set `HINDSIGHT_API_LLM_PROVIDER=openai` and configure `HINDSIGHT_API_LLM_BASE_URL` to point to your provider's endpoint.
|
||||
|
||||
See [Configuration](./configuration#llm-provider) for setup examples.
|
||||
:::
|
||||
|
||||
### Tested Models
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue