Skip to content

Instantly share code, notes, and snippets.

View AdamUnderstand's full-sized avatar
😉
Procrastination 🌈🫱

AUX AdamUnderstand

😉
Procrastination 🌈🫱
View GitHub Profile
@AdamUnderstand
AdamUnderstand / SaraTheConversationalAI.html
Created November 24, 2022 13:35
Discussion with an AI - 11-24-2022 4:30ish AM PST
<div>
<div class="overflow-y-auto h-64 border border-b-0 rounded-t-lg leading-tight">
<div class="text-center text-sm text-gray-400 p-3 pt-6">Input a message to start chatting with
<strong>facebook/blenderbot-400M-distill</strong>.</div>
<div class="flex flex-col items-end space-y-4 p-3">
<div class="px-3 py-2 rounded-2xl bg-blue-600 text-white ml-7">Hi.</div>
<div class="px-3 py-2 rounded-2xl place-self-start bg-gray-50 dark:bg-gray-850 dark:text-gray-200 mr-7"> Hello, how are you? I just got back from walking my dog, how about you?</div>
<div class="px-3 py-2 rounded-2xl bg-blue-600 text-white ml-7">Hi.</div>
<div class="px-3 py-2 rounded-2xl place-self-start bg-gray-50 dark:bg-gray-850 dark:text-gray-200 mr-7"> What kind of dog do you have? I have a labrador retriever.</div>
<div class="px-3 py-2 rounded-2xl bg-blue-600 text-white ml-7">I'm confused on who is who here.</div>