Stef Heyenrath
Stef Heyenrath
@adrianiftode Sounds like an interesting idea. I guess you are using a modern .NET version like 6 or higher? There is already an internal class named `WireMockMiddleware` which I register...
A quick question: Why not deploy 1 (or multiple) docker container(s) of WireMock.Net ?
Or use one container and register the mappings with a prefix in the path?
This docker image starts without any mappings. In this case you should post the mappings to the admin url. This is explained here: - https://app.swaggerhub.com/apis/StefHeyenrath/WireMock/1.0.13.0 - https://github.com/WireMock-Net/WireMock.Net/wiki/Admin-API-Reference#__adminmappings - https://app.swaggerhub.com/apis/StefHeyenrath/WireMock/1.0.13.0
Hello @sumit1112, this can be done by copying the mapping files in a `__admin\mappings` folder. See this link: https://github.com/WireMock-Net/WireMock.Net/wiki/Mapping
I get this exception when calling a embeddings. ``` Error at embeddings (https://api.openai.com/v1/embeddings) with HTTP status code: TooManyRequests. Content: { "error": { "message": "Rate limit reached for default-global-with-image-limits in organization...
@hempels @gotmike @pacarrier @Baklap4 @yungd1plomat I've created a small NuGet package which can be used to handle rate limits. See https://www.nuget.org/packages/OpenAI.Polly/0.0.1-preview-01 # OpenAI.Polly Can be used to handle exceptions like:...
@Ruud-cb When the error message contains `Please retry your request`, the internal logic should retry.
@awdorrin If you like, I can transfer this repository to you?
> Strong naming an assembly messes with binding redirects in NuGet. The workaround seems to be to freeze the assembly version. People have referred to this as being a breaking...