Skip to content

Releases: jpal91/xontrib-chatgpt

v0.2.2

13 Oct 09:19
7b14164
Compare
Choose a tag to compare

What’s Changed

  • Updated OpenAI dependency version to < 1. The python package is about to release version 1.0 with breaking changes.
  • Made sure version is correct this time

👥 List of contributors

@jpal91

v0.2.1

13 Oct 09:10
Compare
Choose a tag to compare

What’s Changed

🔧 Fixes

  • Updated OpenAI dependency version to < 1. The python package is about to release version 1.0 with breaking changes.

👥 List of contributors

@jpal91

v0.2.0

13 Oct 08:58
a502210
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Updated Save Functionality
    • Prior to this, full conversation history was not being saved because of the trim functionality
    • Now the full conversation history is being held in memory and trimmed when needed in order to send to the api

✏️ Documentation

  • Updated README

👥 List of contributors

@jpal91
Full Changelog: v0.1.6...v0.2.0

v0.1.6

11 Oct 21:07
60b64d4
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Added the ability to edit ChatGPT system messages
  • Saved convos now include system messages so conversation can continue with same instructions when loaded

✏️ Documentation

Full Changelog: v0.1.5...v0.1.6

v0.1.5

09 Oct 18:53
973e995
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

👥 List of contributors

@jpal91

v0.1.4

06 Oct 18:25
eb6778e
Compare
Choose a tag to compare

What’s Changed

👥 List of contributors

@jpal91

v0.1.3

06 Oct 12:53
acdca9e
Compare
Choose a tag to compare

What’s Changed

🚀 Features

  • Adds ChatManager class and chat-manager alias to manage instances of ChatGPT
    • chat-manager is meant to replace prior direct usage of utilizing the ChatGPT python class directly
    • Direct usage of ChatGPT will not be deprecated, yet, but the plan is to have chat-manager be the defacto usage of this package
    • chat-manager is also getting passed to the global ctx for debugging purposes for now as chat_manager, but will later be deprecated
    • The one-off alias chatgpt is also available, but will be deprecated in later versions

🔧 Fixes & Refactoring

  • Minor changes made to ChatGPT to work with new ChatManager class

📝 Documentation

  • Added old usage docs to show lower level interaction with ChatGPT from v0.1.2 and back
  • Added events to explain new ChatManager events
  • Updated README

👥 List of contributors

@jpal91

Full Changelog: v0.1.2...v0.1.3

v0.1.2

02 Oct 19:04
Compare
Choose a tag to compare

What’s Changed

  • Correcting pip package version

👥 List of contributors

@jpal91

Full Changelog: v0.1.1...v0.1.2

v0.1.1

02 Oct 17:54
Compare
Choose a tag to compare

What’s Changed

  • New completions 'system' instructions that encourages ChatGPT to respond with markdown blocks annotated with the proper code. Allows for pygments to color the blocks correctly.
  • Small changes to README, tests, screenshots

👥 List of contributors

@jpal91

v0.1.0

02 Oct 14:55
Compare
Choose a tag to compare

What’s Changed

  • No changes

👥 List of contributors

@jpal91