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:
1212
1313- Low-level access to C API via ` ctypes ` interface.
1414- 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 )
1818- 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 )
2323
2424Documentation is available at [ https://llama-cpp-python.readthedocs.io/en/latest ] ( https://llama-cpp-python.readthedocs.io/en/latest ) .
2525
You can’t perform that action at this time.
0 commit comments