dar-tau commited on
Commit
e846748
·
verified ·
1 Parent(s): df678ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -22,8 +22,13 @@ Propose auto-completion to the text. You have several roles:
22
  Don't suggest anything if there are no good suggestions.
23
  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).
24
  Answers should be only the completions themselves.
25
- You will now get a blank message from the user and then after your answer, the user will give you the text to complete.
 
26
 
 
 
 
 
27
  '''
28
 
29
 
 
22
  Don't suggest anything if there are no good suggestions.
23
  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).
24
  Answers should be only the completions themselves.
25
+ You will now get a blank message from the user and then after your answer, the user will give you the text to complete:
26
+ Example:
27
 
28
+ >> User:
29
+ >> Assistant: <Waiting for text>
30
+ >> User: Help me write a sentiment analysis pipeline
31
+ >> Assistant: using huggingface;using NLTK;using python
32
  '''
33
 
34