chatify
chatify copied to clipboard
Add ipython magic commands to Jupyter notebooks that provide LLM-driven enhancements
**Is your feature request related to a problem? Please describe.** It'd be nice to have the ability to have a full-on "conversation" with Chatify, as opposed to relying solely on...
**Overview** Add an additional button that simply executes the code in the cell instead of generating the chatify UI. **Describe the solution you'd like** It seems like something as simple...
Tests [TODO]
# Overview Write unit tests for each function # Completion criteria - [ ] For each function, add a "todo" issue to create a test for the function, describing (a)...
The current Chatify only works on code. I think it would be more useful to make Chatify work on notes and even videos. It doesn't have to be embedded in...
# Overview Start a Figma or another document with examples of different design elements (fonts, colors, shapes, etc.) that help to create a unified look for the package. # Completion...
# Overview Instead of creating a new chain with each prompt, we should create the chain once (maybe when the chatify extension is first loaded?) and re-use it to respond...