Welcome to LLM-Learning – a personal playground to explore and experiment with everything related to AI, Large Language Models (LLMs), and AI Agents.
Follow these steps to get your environment up and running:
Make sure you have Python 3.12.5 installed.
You can download it from the official Python website.
python -m venv venvOn macOS/Linux
source venv/bin/activateOn Windows
venv\Scripts\activatepip install -r requirements.txt