Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Releases: TiesdeKok/chat-gpt-jupyter-extension

V0.6.0

03 Apr 04:09
Compare
Choose a tag to compare

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)

01 Apr 04:55
Compare
Choose a tag to compare
V0.5.9 (beta release) Pre-release
Pre-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

25 Mar 04:33
Compare
Choose a tag to compare

Major release:

  • Added a configuration page to manage the models and provider options
  • Added GPT-4 support
  • Added support for the official OpenAI API, including non-chat models.
  • Other minor improvements and fixes

V0.4.0

18 Feb 01:53
Compare
Choose a tag to compare

This release includes the following changes and improvements:

  • Removed the fun button and added a code 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

12 Feb 20:06
Compare
Choose a tag to compare

Refactored part of the backend to enable flexible models, including the paid models.

V0.3.2

02 Feb 18:36
Compare
Choose a tag to compare

Revert back to using text-davinci-002-render.

V0.3.1

02 Feb 04:46
Compare
Choose a tag to compare

Bug fix as OpenAI updated their model ID to text-davinci-002-render-next.

V0.3.0

26 Jan 04:42
Compare
Choose a tag to compare

Bug fixes

  • Primarily solves the answer from stopping prematurely.

V.0.2.3

07 Jan 20:23
Compare
Choose a tag to compare

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!

03 Jan 04:00
Compare
Choose a tag to compare

This release adds Jupyter Lab support.