diff --git a/skynet/auth/openai.py b/skynet/auth/openai.py index cd026f1..1842a6c 100644 --- a/skynet/auth/openai.py +++ b/skynet/auth/openai.py @@ -36,6 +36,9 @@ async def setup_credentials(): file_watcher.start() + # temp debugging log + log.info(f'Credentials: {credentials}') + log.info('Credentials set. Watching for changes...')