Coding an Anime Chatbot: A Journey with LLaMA 3 [Ollama + Chat Interface]
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: https://codepen.io/oieusouamiguel/pen/vbRrLm
Ollama: https://ollama.com/
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;…
Watch on YouTube ↗
(saves to browser)
DeepCamp AI