Fabric now supports using the Codex OAuth flow (use your ChatGPT subscription instead of API keys) #2062
ksylvan
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As of version
v1.4.437, Fabric now supports using the Codex OAuth flow that is officially supported by OpenAI.This allows you to use your ChatGPT subscription with Fabric. This is provided by a new
Codexprovider (separate from the API-key-basedOpenAIvendor). After updating to the latest version, usefabric --setupto set up Codex.https://github.com/danielmiessler/Fabric/releases/tag/v1.4.437
Thank you @mikaelpr for this work and for working with me to make the changes needed during the pull request review.
All reactions