An open API service indexing awesome lists of open source software.

https://github.com/intellectronica/llms-beyond-chat

LLMs: Beyond Chat
https://github.com/intellectronica/llms-beyond-chat

ai azure instructor llm openai pydantic

Last synced: 10 months ago
JSON representation

LLMs: Beyond Chat

Awesome Lists containing this project

README

          

# LLMs: Beyond Chat

This tutorial covers using [Pydantic](https://docs.pydantic.dev/) and [Instuctor](https://python.useinstructor.com/) with OpenAI GPT-4o to use the LLM as a software device for implementing different tasks.

- **Notebooks**:
- [llms-beyond-chat.ipynb](llms-beyond-chat.ipynb) - the notebook with complete solutions and outputs.
- [llms-beyond-chat---practice.ipynb](llms-beyond-chat---practice.ipynb) - the tutorial notebook with solutions and outputs ommitted. Use this version to complete the tutorial yourself.
- [llms-beyond-chat-typescript.ipynb](llms-beyond-chat-typescript.ipynb) - JS/TS + Vercel AI SDK port

To run: `cp dot.env .env`, update the variables to an Open AI (or Azure Open AI) GPT-4o, and launch with Jupyter.

[![Watch the video](https://img.youtube.com/vi/u_OAL5gmmcQ/hqdefault.jpg)](https://youtu.be/u_OAL5gmmcQ)