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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ I will do my best to keep this repo up-to-date, but if you encounter any issues

Latest code update: 25/01/2018

Latest compatible Rasa NLU version: 0.14.1
Latest compatible Rasa NLU version: 0.14.1
Latest compatible Rasa Core version: 0.13.0


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def run(self, dispatcher, tracker, domain):
client = ApixuClient(api_key)

loc = tracker.get_slot('location')
current = client.getCurrentWeather(q=loc)
current = client.current(q=loc)

country = current['location']['country']
city = current['location']['name']
Expand Down
10 changes: 5 additions & 5 deletions Full Code/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
gevent==1.2.1
Klein==17.2.0
boto3==1.4.4
typing==3.5.3.0
typing==3.6.6
future==0.16.0
six==1.10.0
jsonschema==2.6.0
matplotlib==1.5.3
requests==2.14.2
tqdm==4.11.2
numpy==1.13.1
numpy==1.15.0
simplejson==3.11.1

### Sklearn
spacy==1.8.2
scikit-learn==0.19.1
spacy==2.0.18
scikit-learn==0.20.0
sklearn-crfsuite==0.3.5

###rasa_core
Expand All @@ -40,4 +40,4 @@ rasa_nlu==0.11.4
pypandoc
slackclient
rasa_core==0.8.2
git+https://github.com/apixu/apixu-python.git
git+https://github.com/apixu/apixu-python.git