-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
47 lines (42 loc) · 1.21 KB
/
_quarto.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
project:
type: book
book:
title: "LLM Notes"
author: "Kittipos Sirivongrungson"
date: today
repo-url: https://github.com/Lightbridge-KS/llm-notes
site-url: https://llm-notes-lightbridge.netlify.app
chapters:
- index.qmd
- references.qmd
- part: "OpenAI"
chapters:
- "content/openai/openai-vision.ipynb"
- "content/openai/openai-dataext-etl-1.ipynb"
- "content/openai/openai-dataext-etl-2.ipynb"
- "content/openai/openai-pdf2md.ipynb"
- "content/openai/openai-pdf2md-mem.ipynb"
- "content/openai/openai-memory-custom.ipynb"
- part: "Anthropic"
chapters:
- "content/anthropic/best_practices_for_vision.ipynb"
- part: "Mistral"
chapters:
# - "content/mistral/Mistral_OCR_structured_ocr.ipynb"
- "content/mistral/Mistral_OCR_Dev.ipynb"
- "content/mistral/Mistral_OCR_My.ipynb"
- part: "Regex"
chapters:
- "regex/censor-text.ipynb"
- part: "Parsing"
chapters:
- "parse/pymupdf.ipynb"
- part: "Chatlas"
chapters:
- "content/chatlas/str-data-chatlas.ipynb"
bibliography: references.bib
format:
html:
theme: zephyrs
execute:
freeze: auto