DEV Community

Tom Schwartz
Tom Schwartz

Posted on

openAI api to respond to inputs

Is there a simplified deepseek that just belches out a response like a satisfied restrauntee?

 <!-- Write Post Section (only visible when logged in) -->
        <div class="write-post-box" id="writePostBox" style="display: none;">
            <h2>✍️ Write on the bird</h2>
            <input type="text" id="postTitle" placeholder="Title your thought..." maxlength="100">
            <textarea id="postContent" placeholder="Share what you learned today..."></textarea>
            <button onclick="createPost()">to th' b'rd</button>
        </div>
Enter fullscreen mode Exit fullscreen mode

and then it says something snappy, like

"Hey lemmie sound the alarm cuz u flaming this bulletin board."
or "How many times have you chatted today?", "Are you sure she wasn't a bot?"

Top comments (0)