This repository was archived by the owner on Sep 28, 2023. It is now read-only.
Releases: TiesdeKok/chat-gpt-jupyter-extension
Releases · TiesdeKok/chat-gpt-jupyter-extension
V0.6.0
This is a major release! 🍾
New features:
- Shortcut support
- Custom question support
- Voice command support through the Whisper API
- Improved option & popup pages
Primary bug fixes:
- Fixed a bug that caused the buttons not to show up.
- Fixed several bugs that prevented the models from appearing in the options menu for new users.
- Refactored part of the code to make it more robust.
V0.5.9 (beta release)
This is a big new beta release (not yet available on Chrome store):
- Improved options page
- Added logic for audio transcription through OpenAI Whisper API
- Added voice command button - enables asking a question through your microphone
- Added custom question button
- Multiple bug fixes, including default model selection
V0.5.0
V0.4.0
This release includes the following changes and improvements:
- Removed the
fun
button and added acode review
button that provides code review suggestions. - Refactored the prompt design to yield more helpful responses.
- Removed the button text for the buttons in Jupyter Notebooks.
- Added a button to the result to see the generated prompt that was sent to ChatGPT.
V0.3.5
V0.3.2
V0.3.1
V0.3.0
V.0.2.3
Several improvements and bug fixes
- New prompt engineering design using prompt templates. It helps provide more consistent and helpful responses.
- Several bug fixes, including issues with how code was included in the prompts.
- Markdown headers right before the focal cell are now included as part of the focal cell.
- Changed the functionality of the "Fun" button; it now provides a fun or helpful fact about the code cell.
- Improved domain recognition for Jupyter Labs to ensure the extension loads more consistently.
- Added copy button to each code block in the response.
V0.2.1 - Jupyter Lab support!
This release adds Jupyter Lab support.