Spaces:
Running
Running
Sébastien De Greef
commited on
Commit
•
c6ed4d4
1
Parent(s):
0fc2bb8
Add LLM's section to website navigation
Browse files- src/_quarto.yml +4 -0
- src/llms/.gitignore +1 -0
- src/llms/_quarto.yml +5 -0
src/_quarto.yml
CHANGED
@@ -11,6 +11,10 @@ website:
|
|
11 |
contents:
|
12 |
- href: index.qmd
|
13 |
text: About Quarto
|
|
|
|
|
|
|
|
|
14 |
- section: "Open-Source AI Cookbook"
|
15 |
contents:
|
16 |
- section: "RAG Techniques"
|
|
|
11 |
contents:
|
12 |
- href: index.qmd
|
13 |
text: About Quarto
|
14 |
+
- section: "LLM's"
|
15 |
+
contents:
|
16 |
+
- href: llms/index.qmd
|
17 |
+
text: "LLM'xs"
|
18 |
- section: "Open-Source AI Cookbook"
|
19 |
contents:
|
20 |
- section: "RAG Techniques"
|
src/llms/.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
/.quarto/
|
src/llms/_quarto.yml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
project:
|
2 |
+
title: "llms"
|
3 |
+
|
4 |
+
|
5 |
+
|