https://github.com/a-poor/openai-api-mock
A quick and simple mock of (parts of) the OpenAI chat completion API.
https://github.com/a-poor/openai-api-mock
api chatgpt go mock openai
Last synced: about 1 month ago
JSON representation
A quick and simple mock of (parts of) the OpenAI chat completion API.
- Host: GitHub
- URL: https://github.com/a-poor/openai-api-mock
- Owner: a-poor
- License: mit
- Created: 2023-03-15T00:35:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T22:08:38.000Z (almost 3 years ago)
- Last Synced: 2026-01-22T16:34:18.354Z (5 months ago)
- Topics: api, chatgpt, go, mock, openai
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openai-api-mock
_created by Austin Poor_
A quick and simple mock of (parts of) the OpenAI chat completion API.
Created to help with testing [WaterCooler](https://github.com/a-poor/watercooler)
-- a desktop GUI for connecting to the OpenAI chat completion API, like the
OpenAI playground.