問題タブ [chatterbot]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 画像/ハイパーリンク形式でチャットボットの応答を取得するには?
画像/ハイパーリンクとして ChatterBot の応答を取得できません。
トレーニング データ セットに html イメージ タグを配置しようとしました。
トレーニング データ セット:
image_response_data_set.yml
私のタグは文字列と見なされているため、画像として表示されません。
画像として応答するようにボットをトレーニングするにはどうすればよいですか?
の代わりに他の形式を使用する必要があり.yml
ますか?
そのためのロジックアダプターはありますか?
注:ChatterBot/examples/django_app
githubを使用してこれを行っています。