Welcome to LLM Explorations! This repository is a personal dive into the vast world of Language Learning Models (LLMs) ๐. Here, youโll find a collection of tutorials, code snippets, and experimentations with tools like OpenAIโs ChatGPT, prompt engineering techniques, and other essentials for LLM-based projects. This project is not officialโitโs a labor of curiosity and hobby to understand and leverage LLMs better for various applications.
Last Update: Ago 2024
Explore structured, practical tutorials on:
- ChatGPT API Usage: Get hands-on with calling the ChatGPT API, handling responses, and managing parameters.
- Prompt Engineering Basics: Discover the art of crafting prompts for better results, from basics to intermediate techniques.
Each tutorial is crafted to guide enthusiasts through the fundamentals and practical applications of LLMs, making the complex technology accessible and fun.
This project requires some familiarity with Python and basic RESTful APIs. Recommended setups:
- Python 3.7+
- Jupyter Notebook for interactive tutorials
- An API key for accessing OpenAI models
Additional setup instructions can be found within each tutorial notebook to ease your entry into the LLM ecosystem.
- Clone the repository:
git clone https://github.com/Andnog/LLM-Tutorials.git
- Navigate into the project directory:
cd LLM-Tutorials - Open the notebooks to start your learning journey:
jupyter notebook
Get ready to unlock the magic of language models through practical, insightful tutorials!
This is a personal project but feel free to fork and explore! If you find any interesting techniques or enhancements, letโs connect and share ideas.