File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ This package provides:
14
14
- High-level Python API for text completion
15
15
- OpenAI-like API
16
16
- [ LangChain compatibility] ( https://python.langchain.com/docs/integrations/llms/llamacpp )
17
+ - OpenAI compatible web server
18
+ - [ Local Copilot replacement] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#code-completion )
19
+ - [ Function Calling support] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#function-calling )
20
+ - [ Vision API support] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#multimodal-models )
17
21
18
22
Documentation is available at [ https://llama-cpp-python.readthedocs.io/en/latest ] ( https://llama-cpp-python.readthedocs.io/en/latest ) .
19
23
You can’t perform that action at this time.
0 commit comments