We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
%%ai
Remove comments from %%ai commands in the sample files.
In examples/magics.ipynb, the cell:
examples/magics.ipynb
%%ai j2-jumbo-instruct # infers AI21 provider Write some JavaScript code that prints "hello world" to the console.
now results in the error:
UsageError: Got unexpected extra arguments (# infers AI21 provider)
Should call the model in question.
The text was updated successfully, but these errors were encountered:
This is a related IPython issue: ipython/ipython#13012
Sorry, something went wrong.
This is likely a byproduct of us switching to click for arg parsing (#188).
click
Successfully merging a pull request may close this issue.
Description
Remove comments from
%%ai
commands in the sample files.Reproduce
In
examples/magics.ipynb
, the cell:now results in the error:
Expected behavior
Should call the model in question.
The text was updated successfully, but these errors were encountered: