We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6384e2e commit 8923b11Copy full SHA for 8923b11
actions/setup_recurrent_payment.py
@@ -11,7 +11,7 @@
11
from typing import List, Optional
12
13
duckling_config = {**DucklingEntityExtractor.get_default_config(),
14
- "url": "https://rasa:xCTBjGqjTqDqE6X72FXLiBWVXYaQDZ@duckling.rasa-dev.io",
+ "url": "https://username:pass@duckling.rasa-dev.io",
15
"dimensions": ["time"]}
16
duckling = DucklingEntityExtractor(duckling_config)
17
0 commit comments