openai/openai-chatkit-advanced-samples
Collection of demo applications using OpenAI's ChatKit SDK to build multi-turn chat experiences with tool use and function calling.

This repository provides scenario-driven examples of AI-powered chat applications built on OpenAI’s ChatKit SDK. Each demo pairs a FastAPI backend with a React frontend and demonstrates real-world use cases including virtual pet care, airline customer support, newsroom assistance, and transit planning. The examples showcase LLM function calling and server-side tool execution to retrieve application data for AI inference, serving as starter projects for developers building similar conversational applications.