dylanshine / openai-kit

A community Swift package used to interact with the OpenAI API
https://platform.openai.com/docs/api-reference
MIT License
703 stars 109 forks source link

call correct httpClient syncShutdown() #24

Closed ronaldmannak closed 1 year ago

ronaldmannak commented 1 year ago

The httpClient is shutdown incorrectly in the unit tests and undocumented in the documentation. This will lead to an assertionFailure in debug mode.