Spaces:
Sleeping
Sleeping
Update README.md (#1878)
Browse files
README.md
CHANGED
|
@@ -11,7 +11,11 @@ A chat interface using open source models, eg OpenAssistant or Llama. It is a Sv
|
|
| 11 |
4. [Extra parameters](#extra-parameters)
|
| 12 |
5. [Building](#building)
|
| 13 |
|
| 14 |
-
>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## Quickstart
|
| 17 |
|
|
|
|
| 11 |
4. [Extra parameters](#extra-parameters)
|
| 12 |
5. [Building](#building)
|
| 13 |
|
| 14 |
+
> [!NOTE]
|
| 15 |
+
> Chat UI only supports OpenAI-compatible APIs via `OPENAI_BASE_URL` and the `/models` endpoint. Provider-specific integrations (legacy `MODELS` env var, GGUF discovery, embeddings, web-search helpers, etc.) are removed, but any service that speaks the OpenAI protocol (llama.cpp server, Ollama, OpenRouter, etc. will work by default).
|
| 16 |
+
|
| 17 |
+
> [!NOTE]
|
| 18 |
+
> The old version is still available on the [legacy branch](https://github.com/huggingface/chat-ui/tree/legacy)
|
| 19 |
|
| 20 |
## Quickstart
|
| 21 |
|