Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` :
```
Expand Down
2 changes: 1 addition & 1 deletion hovor/outcome_determiners/workspace_outcome_determiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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