Skip to content

Commit

Permalink
Updated documentation for pip install in zsh
Browse files Browse the repository at this point in the history
Fixes jupyterlab#1209

Updated documentation to handle installation using `zsh` on Macs, which is now the default shell.
  • Loading branch information
srdas committed Jan 27, 2025
1 parent becc95c commit 339c9cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, **kwargs):
)

super().__init__(
openai_api_key=openrouter_api_key,
openai_api_key=kwargs.pop("openrouter_api_key"),
openai_api_base=openrouter_api_base,
**kwargs,
)
Expand Down

0 comments on commit 339c9cf

Please sign in to comment.