File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ This package provides:
12
12
13
13
- Low-level access to C API via ` ctypes ` interface.
14
14
- High-level Python API for text completion
15
- - OpenAI-like API
16
- - [ LangChain compatibility] ( https://python.langchain.com/docs/integrations/llms/llamacpp )
17
- - [ LlamaIndex compatibility] ( https://docs.llamaindex.ai/en/stable/examples/llm/llama_2_llama_cpp.html )
15
+ - OpenAI-like API
16
+ - [ LangChain compatibility] ( https://python.langchain.com/docs/integrations/llms/llamacpp )
17
+ - [ LlamaIndex compatibility] ( https://docs.llamaindex.ai/en/stable/examples/llm/llama_2_llama_cpp.html )
18
18
- OpenAI compatible web server
19
- - [ Local Copilot replacement] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#code-completion )
20
- - [ Function Calling support] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#function-calling )
21
- - [ Vision API support] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#multimodal-models )
22
- - [ Multiple Models] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#configuration-and-multi-model-support )
19
+ - [ Local Copilot replacement] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#code-completion )
20
+ - [ Function Calling support] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#function-calling )
21
+ - [ Vision API support] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#multimodal-models )
22
+ - [ Multiple Models] ( https://llama-cpp-python.readthedocs.io/en/latest/server/#configuration-and-multi-model-support )
23
23
24
24
Documentation is available at [ https://llama-cpp-python.readthedocs.io/en/latest ] ( https://llama-cpp-python.readthedocs.io/en/latest ) .
25
25
You can’t perform that action at this time.
0 commit comments