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:
18
18
- [ Local Copilot replacement] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#code-completion )
19
19
- [ Function Calling support] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#function-calling )
20
20
- [ 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 )
22
22
Documentation is available at [ https://llama-cpp-python.readthedocs.io/en/latest ] ( https://llama-cpp-python.readthedocs.io/en/latest ) .
23
23
24
24
@@ -332,6 +332,7 @@ For possible options, see [llama_cpp/llama_chat_format.py](llama_cpp/llama_chat_
332
332
- [ Local Copilot replacement] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#code-completion )
333
333
- [ Function Calling support] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#function-calling )
334
334
- [ 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 )
335
336
336
337
## Docker image
337
338
You can’t perform that action at this time.
0 commit comments