Commit
·
d007b20
1
Parent(s):
e3fc509
updated
Browse files
README.md
CHANGED
@@ -9,9 +9,34 @@ app_file: app/app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
|
|
|
|
12 |
# Prompt And Output Separation Utility
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
## Author
|
17 |
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+

|
13 |
+
|
14 |
# Prompt And Output Separation Utility
|
15 |
|
16 |
+
[]( https://prompt-output-separator.streamlit.app/)
|
17 |
+
|
18 |
+
|
19 |
+
This utility is designed to enable the easy separation of prompts and outputs when they are recorded together in one long continuous text block.
|
20 |
+
|
21 |
+
The utility uses GPT 3.5 in order to send the prompt and output to the large language model and it uses the LLM both to distinguish between these two items which are sent back in a JSON response and it also suggests a title.
|
22 |
+
|
23 |
+
The intended use case for this utility is if you have a lot of prompts and outputs recorded together in text files on your computer and you are undertaking the process of adding these to a database in which case having quickly generated titles as well as separated prompts and outputs to distinguish these and the data structure might be useful.
|
24 |
+
|
25 |
+
As with many projects, this was a collaboration between my prompting and clumsy debugging and the code generation abilities of Claude Anthropic 3.5 Sonnet.
|
26 |
+
|
27 |
+
## Screenshots (V1)
|
28 |
+
|
29 |
+

|
30 |
+
|
31 |
+

|
32 |
+
|
33 |
+

|
34 |
+
|
35 |
+

|
36 |
+
|
37 |
+

|
38 |
+
|
39 |
+

|
40 |
|
41 |
## Author
|
42 |
|