-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
26 lines (26 loc) · 1.04 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
site_name: Llama.cpp chat
site_url: https://ossirytk.github.io/llama-cpp-chat-memory
repo_url: https://github.com/ossirytk/llama-cpp-chat-memory
nav:
- Home: index.md
- Quickstart:
- Getting started: getting_started.md
- Prompt Support: prompt_support.md
- Card Format: card_format.md
- Configs: configs.md
- Preparing the env: preparing_the_env.md
- The chatbot:
- Running the env: running_the_env.md
- Running the chatbot: running_the_chatbot.md
- Working with documents:
- Webscraping: webscraping.md
- Csv filtering and parsing: csv.md
- Named Entity Recognition(NER): named_entity_recognition.md
- Creating embeddings: creating_embeddings.md
- Extras:
- Some Examples: examples.md
- License: UNLICENSE.md
theme: readthedocs
markdown_extensions:
- fenced_code
- tables