You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for developing and maintaining this great extension!
I am using the "OpenAI Chat" extension with PopClip on MacOS Sequoia 15.1. Since the 2024-05-17 update (v133), where the API key is stored in the keychain, the API key cannot save properly. After entering the key in the settings, it appears blank when reopened. Using this extension warns: Message from OpenAl (code 401): You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth.
I tried to revert the API key type from "secret" back to "string" in Config.ts and found that it resolved the issue.
Could this be a bug, or am I missing the correct way to store the API key in the keychain? Thanks for your help!
The text was updated successfully, but these errors were encountered:
Thank you for developing and maintaining this great extension!
I am using the "OpenAI Chat" extension with PopClip on MacOS Sequoia 15.1. Since the 2024-05-17 update (v133), where the API key is stored in the keychain, the API key cannot save properly. After entering the key in the settings, it appears blank when reopened. Using this extension warns:
Message from OpenAl (code 401): You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth.
I tried to revert the API key type from "secret" back to "string" in Config.ts and found that it resolved the issue.
Could this be a bug, or am I missing the correct way to store the API key in the keychain? Thanks for your help!
The text was updated successfully, but these errors were encountered: