discovered 03 Aug 2026
openai-server
→ View on GitHubopenai-server is a local implementation of the OpenAI API, providing functionality for the `/v1/engines/list` and `/v1/engines/{model_name}/completions` endpoints. It aims to replicate the OpenAI API's behavior, allowing users to generate text completions with provided models such as GPT-2. Key features include easy set-up for local testing, compatibility with existing OpenAI libraries, and the ability to fetch JSON responses from the implemented endpoints.