generated from virtuelleakademie/promptly-literate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
264 lines (224 loc) Β· 5.28 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
project:
type: website
resources:
- assets/*
preview:
port: 8800
browser: false
output-dir: docs
render:
- index.qmd
- workshop/**/*.qmd
- projects/**/*.qmd
- notebooks/*.ipynb
# - "!tutorials/tutorial-1/index.qmd"
- slides/**/*.qmd
- slides/openai-platform/index.qmd
website:
title: "Promptly Engineered"
site-url: https://virtuelleakademie.github.io/promptly-engineered
# repo-url: https://github.com/virtuelleakademie/promptly-engineered
# repo-actions: [edit, issue]
favicon: /assets/robot.png
open-graph: true
search:
location: navbar
type: overlay
reader-mode: false
page-navigation: true
back-to-top-navigation: true
navbar:
background: light
left:
- icon: card-list
href: workshop/index.qmd
text: Workshop
- icon: code-square
href: projects/anki/index.qmd
text: Projects
- icon: file-slides
text: "Slides" # {{< fa person-chalkboard >}}
menu:
- text: "OpenAI Platform"
file: slides/openai-platform/index.qmd
- text: "Understanding LLMs"
file: slides/understanding-llms/index.qmd
- text: "Basic prompt engineering"
file: slides/prompt-engineering-basics/index.qmd
- text: "Intermediate prompt engineering"
file: slides/prompt-engineering-intermediate/index.qmd
# - icon: wrench-adjustable #tools
# text: "Resources"
# menu:
# - text: "Guides"
# file: resources/resources.qmd
# - text: "Tools"
# file: resources/tools.qmd
tools:
- icon: lightbulb-fill
text: Knowledge Base
href: https://virtuelleakademie.ch/knowledge-base/
- icon: github
menu:
- text: Source code
url: https://github.com/virtuelleakademie/promptly-engineered/
- text: Report an issue
url: https://github.com/virtuelleakademie/promptly-engineered/issues
sidebar:
- title: "Workshop"
style: "docked"
search: true
background: light
contents:
- workshop/index.qmd
- workshop/setup/index.qmd
- workshop/openai/index.qmd
- notebooks/exploring-openai-models.ipynb
- notebooks/structured-output.ipynb
- workshop/projects/index.qmd
- workshop/discussion/index.qmd
- title: "Projects"
style: "docked"
search: true
background: light
contents:
- projects/anki/index.qmd
- projects/anki/example/index.qmd
page-footer:
right:
- icon: github
href: https://github.com/virtuelleakademie/promptly-engineered
format:
html:
theme:
light: simplex
toc: true
link-external-icon: true
link-external-newwindow: true
anchor-sections: true
smooth-scroll: true
linkcolor: rebeccapurple
comments:
hypothesis:
theme: clean
# utterances:
# repo: virtuelleakademie/promptly-literate
execute:
cache: true
freeze: auto
execute-dir: project
editor:
render-on-save: true
revealjs-plugins:
- attribution
filters:
- timer
- custom-callout
custom-callout:
# todo:
# icon-symbol: "π"
# collapse: true
# color: "pink"
# thumbs-up:
# title: "Great job!"
# icon-symbol: "ππΌ"
# color: "steelblue"
# Activity Types
individual:
title: "Individual Work"
icon-symbol: "π»"
color: "steelblue"
collapse: false
pair:
title: "Pair Work"
icon-symbol: "π₯"
color: "forestgreen"
collapse: false
group:
title: "Group Work"
icon-symbol: "π₯"
color: "purple"
collapse: false
screens-down:
title: "Screens Down"
icon-symbol: "π½"
color: "orange"
collapse: false
screens-up:
title: "Screens Up"
icon-symbol: "πΌ"
color: "green"
collapse: false
# Learning Process
try:
title: "Try It"
icon-symbol: "π"
color: "blue"
collapse: false
reflect:
title: "Reflection"
icon-symbol: "π"
color: "purple"
collapse: false
feedback:
title: "Feedback"
icon-symbol: "π"
color: "teal"
collapse: true
caution:
title: "Watch Out"
icon-symbol: "β οΈ"
color: "orange"
collapse: true
tip:
title: "Pro Tip"
icon-symbol: "π‘"
color: "gold"
collapse: true
# Technical Elements
prompt-example:
title: "Example Prompt"
icon-symbol: "π©πΌβπ§"
color: "darkblue"
collapse: false
output-example:
title: "Output Example"
icon-symbol: "π"
color: "darkgreen"
collapse: true
prompt-template:
title: "Prompt Template"
icon-symbol: "π"
color: "indigo"
collapse: true
testing:
title: "Test Your Prompt"
icon-symbol: "π§ͺ"
color: "green"
collapse: false
export:
title: "Export"
icon-symbol: "π€"
color: "brown"
collapse: true
# Workshop Flow
setup:
title: "Setup"
icon-symbol: "βοΈ"
color: "gray"
collapse: true
timing:
title: "Time Check"
icon-symbol: "β±οΈ"
color: "red"
collapse: false
break:
title: "Break Time"
icon-symbol: "β"
color: "brown"
collapse: false
checkpoint:
title: "Checkpoint"
icon-symbol: "π―"
color: "purple"
collapse: false