Update README.md
Browse files
README.md
CHANGED
@@ -23,8 +23,9 @@ metrics:
|
|
23 |
## How to use:
|
24 |
|
25 |
Prefix your document of choice with either:
|
26 |
-
- "Summarize: "+
|
27 |
-
- "Write a title and summarize: "+
|
|
|
28 |
Depending on the prefix, the output will either be:
|
29 |
-
- "Summary:
|
30 |
-
- "Title:
|
|
|
23 |
## How to use:
|
24 |
|
25 |
Prefix your document of choice with either:
|
26 |
+
- "Summarize: "+INPUT_TEXT
|
27 |
+
- "Write a title and summarize: "+INPUT_TEXT
|
28 |
+
|
29 |
Depending on the prefix, the output will either be:
|
30 |
+
- "Summary: SUMMARY OF INPUT_TEXT"
|
31 |
+
- "Title: TITLE OF INPUT_TEXT Summary: SUMMARY OF INPUT_TEXT"
|