Skip to content

Making debug prints optional.

Compare
Choose a tag to compare
@jamesrochabrun jamesrochabrun released this 20 Jul 04:15
· 59 commits to main since this release

Now consumers of the library can opt in to print events on DEBUG builds.

e.g:

let service = OpenAIServiceFactory.service(apiKey: YOUR_API_KEY, debugEnabled: true)