diff --git a/README.md b/README.md index c2cc4558..9b7d65b5 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Use a configuration similar to this for the `vcap-local.json` file (get credenti ``` -View your app at : http://localhost:8000 +View your app at : [http://localhost:9000](http://localhost:9000) Send new messages with `curl` : ``` diff --git a/hovor/outcome_determiners/workspace_outcome_determiner.py b/hovor/outcome_determiners/workspace_outcome_determiner.py index 153cc7f4..51002a55 100644 --- a/hovor/outcome_determiners/workspace_outcome_determiner.py +++ b/hovor/outcome_determiners/workspace_outcome_determiner.py @@ -18,7 +18,7 @@ # Cutoff for the fallback FALLBACK_THRESHOLD = 0.2 - +MAX_WS_PAGINATION = 5 class WorkspaceOutcomeDeterminer(OutcomeDeterminerBase): _workspace_cache_file = "./odws_cache.p" diff --git a/requirements.txt b/requirements.txt index bf9abccf..12855870 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ requests -Flask==1.0 +Flask Werkzeug==0.16.0 cloudant==2.4.0 flask-cors json2html jsonpickle -watson-developer-cloud==2.4.0 +watson-developer-cloud==2.5.4 ibm-watson==4.0.1 \ No newline at end of file