Todd Daugherty's N9OGL Official Board
Basic AI chat bot .json - Printable Version

+- Todd Daugherty's N9OGL Official Board (http://160.32.227.211/n9ogl)
+-- Forum: General (http://160.32.227.211/n9ogl/forumdisplay.php?fid=1)
+--- Forum: Main Board (http://160.32.227.211/n9ogl/forumdisplay.php?fid=2)
+--- Thread: Basic AI chat bot .json (/showthread.php?tid=213)



Basic AI chat bot .json - admin - 03-23-2025

{
      "prompt": "Hi, how are you?",
      "response": "I'm doing great, thank you! How can I assist you today?"
    },
    {
      "prompt": "Tell me a joke.",
      "response": "Why don't skeletons fight each other? Because they don't have the guts!"
    },
    {
      "prompt": "What's the weather like?",
      "response": "I'm not sure, but you can check your local weather app for the latest update!"
    }
  ]