8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa815d5 commit d977b44Copy full SHA for d977b44
README.md
@@ -14,6 +14,10 @@ This package provides:
14
- High-level Python API for text completion
15
- OpenAI-like API
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)
21
22
Documentation is available at [https://llama-cpp-python.readthedocs.io/en/latest](https://llama-cpp-python.readthedocs.io/en/latest).
23
0 commit comments