Replies: 1 comment
-
|
This is something I would need to research. Could you send pastebins with examples? Notebook file, AI response and your instructions to reproduce. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am a student studying Data Science and I love working in notebook files.
I originally wanted to modify the plugin but I thought this would be a nice feature, being able to send in your notebook files for context and parsing the response into your notebook. IPYNB files are inherently JSONs files so I thought it could be possible to extract markdown or codeblocks (user-preference) and uploading the content into an LLM with the proper prompt for parsing. If we could deterministically encase the code blocks into something easier to parse and cost way less tokens, that will be amazing! Below is a structure example. Obviously, if we can parse the quotations and extract code/markdown, it will be helpful (reducing token cost).
If I have time later after finals, I might contribute this idea to the repo. Let me know your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions