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
➜ dev-gpt configure --openai-api-key sk-xxxx
Traceback (most recent call last):
File "/opt/homebrew/bin/dev-gpt", line 8, in <module>
sys.exit(main())
File "/opt/homebrew/lib/python3.10/site-packages/click/core.py", line 1128, in __call__
return self.main(*args, **kwargs)
File "/opt/homebrew/lib/python3.10/site-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)
File "/opt/homebrew/lib/python3.10/site-packages/click/core.py", line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/homebrew/lib/python3.10/site-packages/click/core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/homebrew/lib/python3.10/site-packages/click/core.py", line 754, in invoke
return __callback(*args, **kwargs)
File "/opt/homebrew/lib/python3.10/site-packages/dev_gpt/cli.py", line 103, in configure
set_api_key('OPENAI_API_KEY', openai_api_key)
File "/opt/homebrew/lib/python3.10/site-packages/dev_gpt/options/configure/key_handling.py", line 107, in set_api_key
if f"{name}" in os.environ or is_key_set_in_config_file(key):
TypeError: is_key_set_in_config_file() missing 1 required positional argument: 'key'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: