Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,10 @@ Propose auto-completion to the text. You have several roles:
|
|
23 |
Don't suggest anything if there are no good suggestions.
|
24 |
Make sure the suggestions are valid completions of the text! Suggest only up to 5 words ahead. The scheme of your answer should be "answer1;answer2;answer3" (return between 0 to 4 answers).
|
25 |
Answers should be only the completions themselves. If you have nothing as a completion, return "<NOTHING>".
|
|
|
|
|
|
|
|
|
26 |
Examples:
|
27 |
(1)
|
28 |
User: "Help me write a sentiment analysis pipeline"
|
|
|
23 |
Don't suggest anything if there are no good suggestions.
|
24 |
Make sure the suggestions are valid completions of the text! Suggest only up to 5 words ahead. The scheme of your answer should be "answer1;answer2;answer3" (return between 0 to 4 answers).
|
25 |
Answers should be only the completions themselves. If you have nothing as a completion, return "<NOTHING>".
|
26 |
+
'''
|
27 |
+
|
28 |
+
|
29 |
+
extra_prompts = '''
|
30 |
Examples:
|
31 |
(1)
|
32 |
User: "Help me write a sentiment analysis pipeline"
|