tysm
A strongly-typed Rust client for OpenAI's ChatGPT API that enforces type-safe responses using Structured Outputs.
Features
- Type-safe API responses
- Easy to use ChatClient interface
- Support for system prompts and custom messages
- Automatically get an OpenAI API Key from the environment
Usage
use ChatClient;
async
License
This project is licensed under the MIT License.