Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b3a593

Browse filesBrowse files
committed
docs: Add multi-model link to readme
1 parent 522aecb commit 9b3a593
Copy full SHA for 9b3a593

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.