Skip to content

Commit

Permalink
remove username pass for duckling
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshvar22 committed Oct 10, 2023
1 parent 6384e2e commit 8923b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/setup_recurrent_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from typing import List, Optional

duckling_config = {**DucklingEntityExtractor.get_default_config(),
"url": "https://rasa:xCTBjGqjTqDqE6X72FXLiBWVXYaQDZ@duckling.rasa-dev.io",
"url": "https://username:pass@duckling.rasa-dev.io",
"dimensions": ["time"]}
duckling = DucklingEntityExtractor(duckling_config)

Expand Down

0 comments on commit 8923b11

Please sign in to comment.