You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+76Lines changed: 76 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,82 @@ System prompts are organized into two main formats:
179
179
-`null` values indicate the field is not applicable to that particular prompt
180
180
- All prompts include the core fields; advanced fields are optional based on functionality
181
181
182
+
---
183
+
184
+
## Related Repositories
185
+
186
+
I periodicaly aggregate these system prompts into libraries.
187
+
188
+
Note: this is a trailing processs which lags behind my initial collection process by months, typically, if it happens at all: I index them as I create them and (over time) group them into batches.
189
+
190
+
### Text Transformation & Processing
191
+
192
+
| Repository | Description |
193
+
|------------|-------------|
194
+
|[Text-Transformation-Prompt-Library](https://github.com/danielrosehill/Text-Transformation-Prompt-Library)| Text transformation prompts (version 1) |
195
+
|[Text-Transformation-Prompt-Collection-2](https://github.com/danielrosehill/Text-Transformation-Prompt-Collection-2)| Text transformation prompts (version 2) |
196
+
|[Text-Transformation-Prompt-Combiner](https://github.com/danielrosehill/Text-Transformation-Prompt-Combiner)| Text transformation prompt builder |
197
+
|[AI-Text-Rewriting-Toolbox](https://github.com/danielrosehill/AI-Text-Rewriting-Toolbox)| AI text rewriting toolbox |
198
+
199
+
### Speech-to-Text & Audio Processing
200
+
201
+
| Repository | Description |
202
+
|------------|-------------|
203
+
|[Speech-To-Text-System-Prompt-Library](https://github.com/danielrosehill/Speech-To-Text-System-Prompt-Library)| Speech-to-text system prompts |
204
+
|[Audiopenai-Edit-Prompts](https://github.com/danielrosehill/Audiopenai-Edit-Prompts)| Audio editing prompts for OpenAI |
0 commit comments