Date extraction

Hi, I had a bot that was created at wit.ai. I was able export and transform the nlu data and everything working OK in Rasa except date. Rasa will recognize tomorrow or next friday but shows not correct date. For example, when it recognized Tomorrow is shows the passed date. I was trying to connect duckling by using my wit account. Http request is returning correct JSON, but I don’t understand how can I connect it in config.yml, What url should I use for DucklingHTTPExtractor is I want to connect it to wit api?

If you’re running your bot in rasa, you shouldn’t use the wit API. Do you have duckling downloaded on your machine or are you running it via docker?

Thank you very much for your response. I have already figure this out and its running fine.