This is a compact, dependency-free OpenAI-compatible Chat Completion simulator written in Go. It exposes a minimal, predictable subset of OpenAI Chat Completion features so you can test UIs, integrate ...
forward-api-simulator/ ├── manage.py # Like Program.cs - entry point ├── requirements.txt # Like packages.config or .csproj ├── forward_api_simulator/ # Main project folder (like your solution) │ ├── ...