Skip to content

Commit

Permalink
Improve magics.
Browse files Browse the repository at this point in the history
* Change raw to text.
* Add provider/model metadata to output.
  • Loading branch information
Brian E. Granger authored and JasonWeill committed Apr 17, 2023
1 parent 6ba0a70 commit 9efae12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/jupyter_ai_magics/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from IPython import get_ipython
from IPython.core.magic import Magics, magics_class, line_cell_magic
from IPython.core.magic_arguments import magic_arguments, argument, parse_argstring
from IPython.display import HTML, Image, JSON, Markdown, Math
from IPython.display import HTML, Image, JSON, Markdown, Math, TextDisplayObject

from .providers import BaseProvider

Expand Down

0 comments on commit 9efae12

Please sign in to comment.