Skip to content

Commit

Permalink
Fix that comma issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Dec 16, 2023
1 parent 1f0a57b commit 84a8111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebChatGPT/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def chat():
"--auth",
help="OpenAI's authorization value",
envvar="openai_authorization",
default=from_env('openai_authorization')
default=from_env('openai_authorization'),
prompt="Enter authorization value for `chat.openai.com`",
)
@click.option(
Expand Down

0 comments on commit 84a8111

Please sign in to comment.