Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions en/integrations/langchain/chat-models/chatlocalai.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Fill in the fields:
* **Base Path**: The base url from LocalAI such as [http://localhost:8080/v1](http://localhost:8080/v1)
* **Model Name**: The model you want to use. Note that it must be inside `/models` folder of LocalAI directory. For instance: `ggml-gpt4all-j.bin`

{% hint style="info" %}
The same **Base Path** pattern works with OpenAI-compatible multi-model gateways when you are not self-hosting LocalAI — for example [DaoXE](https://daoxe.com/?utm_source=github&utm_medium=organic&utm_campaign=flowise-docs&utm_content=chatlocalai) at `https://api.daoxe.com/v1`.
{% endhint %}

{% hint style="info" %}
If you are running both Flowise and LocalAI on Docker, you might need to change the base path to [http://host.docker.internal:8080/v1](http://host.docker.internal:8080/v1). For Linux based systems the default docker gateway should be used since host.docker.internal is not available: [http://172.17.0.1:8080/v1](http://172.17.0.1:8080/v1)
{% endhint %}
Expand Down