8000 docs: fix indentation for mkdocs-material · sunnykim1206/llama-cpp-python@d80c5cf · GitHub
[go: up one dir, main page]

Skip to content

Commit d80c5cf

Browse files
committed
docs: fix indentation for mkdocs-material
1 parent aefcb8f commit d80c5cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

2424
Documentation is available at [https://llama-cpp-python.readthedocs.io/en/latest](https://llama-cpp-python.readthedocs.io/en/latest).
2525

0 commit comments

Comments
 (0)
0