Making debug prints optional.
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)
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)