8000 docs: Add multi-model link to readme · cyberjon/llama-cpp-python@9b3a593 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 9b3a593

Browse files
committed
docs: Add multi-model link to readme
1 parent 522aecb commit 9b3a593

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This package provides:
1818
- [Local Copilot replacement](https://llama-cpp-python.readthedocs.io/en/latest/server/#code-completion)
1919
- [Function Calling support](https://llama-cpp-python.readthedocs.io/en/latest/server/#function-calling)
2020
- [Vision API support](https://llama-cpp-python.readthedocs.io/en/latest/server/#multimodal-models)
21-
21+
- [Multiple Models](https://llama-cpp-python.readthedocs.io/en/latest/server/#configuration-and-multi-model-support)
2222
Documentation is available at [https://llama-cpp-python.readthedocs.io/en/latest](https://llama-cpp-python.readthedocs.io/en/latest).
2323

2424

@@ -332,6 +332,7 @@ For possible options, see [llama_cpp/llama_chat_format.py](llama_cpp/llama_chat_
332332
- [Local Copilot replacement](https://llama-cpp-python.readthedocs.io/en/latest/server/#code-completion)
333333
- [Function Calling support](https://llama-cpp-python.readthedocs.io/en/latest/server/#function-calling)
334334
- [Vision API support](https://llama-cpp-python.readthedocs.io/en/latest/server/#multimodal-models)
335+
- [Multiple Models](https://llama-cpp-python.readthedocs.io/en/latest/server/#configuration-and-multi-model-support)
335336

336337
## Docker image
337338

0 commit comments

Comments
 (0)
0