polly3d / mockai

MockAI is a mock server for OpenAI's API. It allows you to simulate Chat Completions API responses for development and testing purposes.
MIT License
42 stars 16 forks source link

Support Delay Header from Client #9

Closed rastogiji closed 2 months ago

rastogiji commented 2 months ago

Fixes #3 This PR allows you to add the header x-set-response-delay-ms to your requests and the server will inject that delay to the responses