Coding an Anime Chatbot: A Journey with LLaMA 3 [Ollama + Chat Interface]

Опубликовано: 20 Май 2024
на канале: DreamingAI
1k
34

Hi! Today, I'm diving into the fascinating world of LLMs to show you how to create an anime-inspired chatbot using Meta AI's LLaMA 3. If you're into Python and Flask, this tutorial is perfect for you!

*** Links from the Video Tutorial ***
CodePen:
Ollama:

Commands:
pip install flask
pip install openai

Scrollbar snippet:

/*scroll bar*/
.message-list::-webkit-scrollbar {
margin-top: 0.5rem;
height: 1rem;
width: .5rem;
top: 10px;
}

.message-list::-webkit-scrollbar:horizontal {
height: .5rem;
width: 1rem
}

.message-list::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 9999px
}

.message-list::-webkit-scrollbar-thumb {
--tw-border-opacity: 1;
background-color: hsla(0, 0%, 50%, .8);
border-color: rgba(255, 255, 255, 0, 0, 0);
border-radius: 9999px;
border-width: 1px
}

.message-list::-webkit-scrollbar-thumb:hover {
--tw-bg-opacity: 1;
background-color: rgba(150, 150, 150, var(--tw-bg-opacity))
}


Full code (for Patreon) :
Full code (for Everyone): COMING SOON


️️️Support Links️️️
Patreon:
Buy Me a Coffee :


Смотрите видео Coding an Anime Chatbot: A Journey with LLaMA 3 [Ollama + Chat Interface] онлайн без регистрации, длительностью 22 минут 45 секунд в хорошем hd качестве. Это видео добавил пользователь DreamingAI 20 Май 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1 тысяч раз и оно понравилось 34 людям.