{"id":1621,"date":"2024-08-10T21:39:38","date_gmt":"2024-08-10T21:39:38","guid":{"rendered":"https:\/\/healthdesire.online\/?page_id=1621"},"modified":"2024-08-10T21:44:04","modified_gmt":"2024-08-10T21:44:04","slug":"ia-hb","status":"publish","type":"page","link":"https:\/\/healthdesire.online\/?page_id=1621","title":{"rendered":"IA HB"},"content":{"rendered":"<p><!doctype html><br \/>\n<html lang=\"en\"><\/p>\n<p><head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Chatbot<\/title><\/p>\n<style>\n        body {\n            font-family: Arial, sans-serif;\n        }<\/p>\n<p>        #chatbox {\n            border: 1px solid #ccc;\n            padding: 10px;\n            width: 300px;\n            height: 400px;\n            overflow-y: scroll;\n            background-color: #f9f9f9;\n        }<\/p>\n<p>        #userinput {\n            width: 300px;\n        }<\/p>\n<p>        .message {\n            margin-bottom: 10px;\n        }<\/p>\n<p>        .user-message {\n            font-weight: bold;\n            color: #0056b3;\n        }<\/p>\n<p>        .bot-message {\n            color: #333;\n        }\n    <\/style>\n<p><\/head><\/p>\n<p><body><\/p>\n<h1>Chatbot<\/h1>\n<div id=\"chatbox\"><\/div>\n<p>    <textarea id=\"userinput\" rows=\"3\" placeholder=\"Type your message...\"><\/textarea><br \/>\n    <button id=\"sendButton\">Send<\/button><\/p>\n<p>    <script>\n        document.getElementById('sendButton').addEventListener('click', function() {\n            var input = document.getElementById('userinput').value;\n            if (input.trim() === '') return;<\/p>\n<p>            var chatbox = document.getElementById('chatbox');\n            chatbox.innerHTML += '<\/p>\n<div class=\"message user-message\">User: ' + input + '<\/div>\n<p>';<\/p>\n<p>            fetch('http:\/\/92.112.194.164:5000\/generate', {\n                method: 'POST',\n                headers: { 'Content-Type': 'application\/json' },\n                body: JSON.stringify({ text: input })\n            })\n            .then(response => response.json())\n            .then(data => {\n                chatbox.innerHTML += '<\/p>\n<div class=\"message bot-message\">Bot: ' + data.generated_text + '<\/div>\n<p>';\n                document.getElementById('userinput').value = '';\n                chatbox.scrollTop = chatbox.scrollHeight;\n            })\n            .catch(error => {\n                console.error('Error:', error);\n                chatbox.innerHTML += '<\/p>\n<div class=\"message bot-message\">Error: Unable to get response from server.<\/div>\n<p>';\n            });\n        });\n    <\/script><br \/>\n<\/body><\/p>\n<p><\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Chatbot Chatbot Send<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-1621","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/healthdesire.online\/index.php?rest_route=\/wp\/v2\/pages\/1621","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/healthdesire.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/healthdesire.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/healthdesire.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/healthdesire.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1621"}],"version-history":[{"count":3,"href":"https:\/\/healthdesire.online\/index.php?rest_route=\/wp\/v2\/pages\/1621\/revisions"}],"predecessor-version":[{"id":1624,"href":"https:\/\/healthdesire.online\/index.php?rest_route=\/wp\/v2\/pages\/1621\/revisions\/1624"}],"wp:attachment":[{"href":"https:\/\/healthdesire.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1621"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}