Not able to get response of ChatterBot as image/hyper link.
I tried to place html image tag in my training data set i.e., .
Training data set:
image_response_data_set.yml
categories:
- myown
conversations:
- - can you show me smiley image?
- <img src="example.jpg" alt="Smiley face" height="42" width="42">
As my tag is considering as a string, it won't show me as image.
Can any one help me, how can i train bot to give response as image?
Do I need to use any other format instead of .yml
?
Is there any Logic Adapter for that?
Note: I'm doing this using ChatterBot/examples/django_app
from github.