Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Jul 9, 2018
1 parent c64991f commit 3768989
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions rasa_nlu/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ def create_argument_parser():
nargs='+',
default=[],
help='Preload models into memory before starting the '
'server. \nIf given `all` as input all the models'
' will be loaded.\nElse you can specify a list of'
' specific project names.\n Eg: python -m rasa_'
'nlu.server -p project1 project2 --path projects')
'server. \nIf given `all` as input all the models '
'will be loaded.\nElse you can specify a list of '
'specific project names.\nEg: python -m '
'rasa_nlu.server --pre_load project1 --path projects '
'-c config.yaml')
parser.add_argument('-t', '--token',
help="auth token. If set, reject requests which don't "
"provide this token as a query parameter")
Expand Down

0 comments on commit 3768989

Please sign in to comment.