Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update key validation to work with OpenAI's new project keys #98

Merged
merged 1 commit into from
May 12, 2024

Commits on May 10, 2024

  1. Update key validation to work with OpenAI's new project keys

    fixes paradigmxyz#97
    
    OpenAI has introduced project keys as the new default over user keys (See: https://help.openai.com/en/articles/9186755-managing-your-work-in-the-api-platform-with-projects). This was a breaking change for those with old 'user keys', causing the validation to fail. 
    
    Change itself was simple, consisting of 1 line at /src/utils/apikey.ts
    AshishGapat authored May 10, 2024
    Configuration menu
    Copy the full SHA
    ff22e00 View commit details
    Browse the repository at this point in the history