This tutorial covers using Pydantic and Instuctor with OpenAI GPT-4o to use the LLM as a software device for implementing different tasks.
- Notebook:
- llms-beyond-chat.ipynb - the notebook with complete solutions and outputs.
- llms-beyond-chat---practice.ipynb - the tutorial notebook with solutions and outputs ommitted. Use this version to complete the tutorial yourself.
To run: cp dot.env .env
, update the variables to an Open AI (or Azure Open AI) GPT-4o, and launch with Jupyter.