🧰 Step 1: PyCharm Project Setup
Create a new PyCharm project (e.g., waifu_chatbot).
Add two files:
main.py
requirements.txt
In requirements.txt, add:
fastapi
requests
PyCharm will prompt you to install these — go ahead and accept.
🧠 Step 2: Install Ollama (One-Time Setup)
Download...