rgbkrk / genai

What if GPT could help you notebook?
BSD 3-Clause "New" or "Revised" License
354 stars 37 forks source link

Send unprocessed code over to ChatCompletion #30

Closed rgbkrk closed 1 year ago

rgbkrk commented 1 year ago

Sometimes ChatCompletion will use the get_ipython().run_cell_magic line which I assume comes from it seeing that in the original code:

image

We should make sure it's seeing the cell with the magic.