Browse Source

bugfix: Add failover functionality to setup

-Updated the fabric --setup to ask for an OPENAI_API_KEY if none is
found.
pull/163/head
David 1 year ago
parent
commit
cdd9cbe855
  1. 2
      installer/client/cli/utils.py

2
installer/client/cli/utils.py

@ -431,7 +431,7 @@ class Setup:
self.openaiapi_key = openaiapikey
except KeyError:
print("OPENAI_API_KEY not found in environment variables. ")
sys.exit()
self.run()
self.fetch_available_models()
def fetch_available_models(self):

Loading…
Cancel
Save