dar-tau commited on
Commit
d6a55c3
·
verified ·
1 Parent(s): 1d42cd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -22,10 +22,7 @@ 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. If you have nothing as a completion, return "<NOTHING>".
25
- '''
26
-
27
 
28
- extra_prompt = '''
29
  Examples:
30
  (1)
31
  User: "Help me write a sentiment analysis pipeline"
 
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. If you have nothing as a completion, return "<NOTHING>".
 
 
25
 
 
26
  Examples:
27
  (1)
28
  User: "Help me write a sentiment analysis pipeline"