-
Notifications
You must be signed in to change notification settings - Fork 33
/
_config.yaml
34 lines (34 loc) · 1.7 KB
/
_config.yaml
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
defaults:
prompt: bnotes
summary: cognitivetech/obook_summary:q5_k_m # default model for summary
general: llama3.1
title: cognitivetech/obook_title:q4_k_m # default model for title generation
prompts:
bnotes: # Default Prompt
prompt: Write comprehensive bulleted notes summarizing the provided text, with
headings and terms in bold.
research: # Also for use with summary model
prompt: Does this text make any arguments? If so list them here.
clean: # The following prompts should be used with a general purpose model.
prompt: Repeat back this text exactly, remove only garbage characters that do
not contribute to the flow of text. Output only the main text content, condensed
onto a single line. If you encounter any chapter boundaries or subheadings,
start a new line beginning with its title.
concise:
prompt: Repeat the provided passage, with Concision.
md:
prompt: 'Print these notes in proper markdown format, with headings marked as
bold with double asterisks and terms in bold also, and bullet points as `-`.
Print the notes exactly, word-for-word, do not elaborate, do not add headings
with #'
sum: # basic
prompt: Comprehensive bulleted notes with headings and terms in bold.
teacher:
prompt: 'Write a list of questions that can be answered by 3rd graders who are
reading the provided text. Topics we like to focus on include: Main idea, supporting
details, Point of view, Theme, Sequence, Elements of fiction (setting, characters,
BME)'
quotes:
prompt: 'write a few dozen quotes inspired by the provided text'
title_generation:
prompt: Write a title with fewer than 11 words to concisely describe this selection.