AI models
are powerful tools, and in order to use them securely, you need to control them using an API. I'm going to teach you how to write a very simple Python API to control access to a LLM or an AI model
Download PyCharm and use it for free forever with one month of Pro included: https://www.jetbrains.com/pycharm/
📬 Join my Newsletter: https://techwithtim.net/newsletter
🎓 Get private mentorship from me: https://training.devlaunch.us/tim
🎞 Video Resources 🎞
Code in this video: https://github.com/techwithtim/API-Fo...
Ollama Download: https://ollama.com/download
Postman Download: https://www.postman.com/
FastAPI Auth Video: • Quickly Authenticate Users with FastAPI an...
Ollama Full Tutorial: • Learn Ollama in 15 Minutes - Run LLM Model...
⏳ Timestamps ⏳
00:00 | Why Do You Need an API?
02:29 | Setting Up Ollama (Free & Local)
04:15 | Environment Setup
07:05 | Writing a Simple FastAPI Endpoint
09:53 | Testing the API
12:35 | Securing the API
17:57 | Testing the Secured API
19:22 | Calling the API From Python
Hashtags
#howtousellmasapi, #python #hostingllm #llmapi #llm #api #pythonapi