File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 )
2222Documentation 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
You can’t perform that action at this time.
0 commit comments