fabric
fabric copied to clipboard
bugfix: Add failover functionality to setup
What this Pull Request (PR) does
-Updates the fabric --setup
to ask for an OPENAI_API_KEY if none is found.
Related issues
None identified.
Screenshots
Previously default setup was causing an issue as can be seen below. With the update fabric --setup
correctly asks for the OPENAI_API_KEY if none was found
Issue:
After applying the fix: