Skip to content

Commit

Permalink
updating models #7
Browse files Browse the repository at this point in the history
  • Loading branch information
mariasanzs committed Jun 6, 2021
1 parent d887c1d commit 1b51d93
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rasa/rasa:latest

COPY app /app
COPY rasa-bot /app
COPY server.sh /app/server.sh

USER root
Expand Down
Binary file added rasabot/actions/muneca.wav
Binary file not shown.
1 change: 1 addition & 0 deletions rasabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pipeline:
# threshold: 0.3
# ambiguity_threshold: 0.1
- name: "SpacyNLP"
model: "es_core_news_md"
- name: "SpacyTokenizer"
- name: "SpacyFeaturizer"
- name: "DIETClassifier"
Expand Down
13 changes: 6 additions & 7 deletions rasabot/credentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ rest:
# # you don't need to provide anything here - this channel doesn't
# # require any credentials

telegram:
access_token: "1820918281:AAFSs8ymFH3_lsV7ntNCopL025CHpqoG4WE"
verify: "ImNonaBot"
webhook_url: "https://0d742aafc615.ngrok.io/webhooks/telegram/webhook"

#facebook:
# verify: "<verify>"
Expand All @@ -15,18 +19,13 @@ rest:
#slack:
# slack_token: "<your slack token>"
# slack_channel: "<the slack channel>"
# slack_signing_secret: "<your slack signing secret>"
# proxy: "<your HTTP outgoing proxy>"

socketio:
user_message_evt: user_uttered
bot_message_evt: bot_uttered
session_persistence: true

telegram:
access_token: "1820918281:AAFSs8ymFH3_lsV7ntNCopL025CHpqoG4WE"
verify: "ImNonaBot"
webhook_url: "http://35.226.193.172/webhooks/telegram/webhook"

#mattermost:
# url: "https://<mattermost instance>/api/v4"
# token: "<bot token>"
Expand All @@ -35,4 +34,4 @@ telegram:
# This entry is needed if you are using Rasa X. The entry represents credentials
# for the Rasa X "channel", i.e. Talk to your bot and Share with guest testers.
rasa:
url: "http://localhost:5002/api"
url: "http://imnona.herokuapp.com/api"
Binary file added rasabot/models/20210606-112225.tar.gz
Binary file not shown.
Binary file added rasabot/models/nlu-20210507-195154.tar.gz
Binary file not shown.
Binary file added rasabot/models/nlu-20210508-190659.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion rasabot/tests/test_stories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ stories:
- action: utter_preguntar
- intent: chitchat/ask_quien_eres
user: |-
quien eres
quien eres

0 comments on commit 1b51d93

Please sign in to comment.