Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haouarihk authored Jan 26, 2024
1 parent 21b176d commit 97fbd4b
Show file tree
Hide file tree
Showing 6 changed files with 440 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
| Prompt | Usage |
| --------------- | -------------------------------------------------------- |
| conceptLinker | Generate notes and link them from the current note's words |
| summary | Summarizes the text into a sentence |
| testContext | Test for Context|
| testCustomForm | Test for Custom forms (containing examples for different inputs) |
| testLangchainPull | Test for Langchain pull function |
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageId": "Experimental",
"name": "Experimental Package",
"version": "0.0.1",
"version": "0.0.2",
"minTextGeneratorVersion": "0.6.6",
"description": "Contains experimental templates",
"author": "Noureddine",
Expand Down
17 changes: 17 additions & 0 deletions prompts/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
promptId: summary
name: summary
author: Noureddine
title: Summarizes Text
description: Summarizes Big chunk of text into a sentence
mode: insert
chain.type: map_reduce
splitter.chunkSize: 1000
splitter.chunkOverlap: 100
max_tokens: 1000
temperature: 0
chain.maxTokens: 1000
---
{{tg_selection}}
***
{{output}}
31 changes: 31 additions & 0 deletions prompts/testContext.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
promptId: testContext
name: testContext
author: Noureddine
title: testContext
description: testContext
commands:
- generate
mode: insert
max_tokens: 1000
noGenMode: true
---
***

## TG Selection:
```
{{tg_selection}}
```
## Selection:
```
{{selection}}
```
## Context:
```
{{context}}
```
## Note Content:
```
{{content}}
```

Loading

0 comments on commit 97fbd4b

Please sign in to comment.