Skip to content

Releases: KIOS-Research/QChatGPT

QChatGPT v0.6

02 Jul 20:07
b7d1c27
Compare
Choose a tag to compare
  • Transfer repo to KIOS Research and Innovation Center of Excellence.
  • Add pdfgpt package to talk with your pdf.
  • Bug fixes.

QChatGPT v0.5

07 May 06:46
2cf2069
Compare
Choose a tag to compare
  • Implement AI voice response feature.
  • Add a microphone button for input with a specified duration.
  • Add an option to stop voice response.
  • Save the previous AI response for future reference.
  • Enable execution of python code and integration with the python console.
  • Support data input via links instead only of geoJSON files.
  • Provide options for completing questions using QGIS and QCode.
  • Allow users to edit the AI's response, for example, editing geoJSON files before adding them to the map.
  • Incorporate Whisper models for speech-to-text transcription.

QChatGPT v0.4

01 Apr 23:21
ab4a900
Compare
Choose a tag to compare

What's Changed

  • Adding hint to install openai module on macOS by @gilles-morain in #9
  • Adding context to conversations #10 adds context for last 6 interactions by @Ojaybee in #11
  • Add the models gpt-3.5-turbo, gpt-3.5-turbo-0301 (you need to be using openai v0.27.0)
  • Load UI fast.
  • Add Image (checkbox) option to show an image in chat.
  • Add history command of questions (use Up/Down arrows).
  • Some fixes.

New Contributors

QChatGPT v0.3

20 Feb 10:40
Compare
Choose a tag to compare

Remove plugin dependencies #1!

QChatGPT v0.2

18 Feb 18:57
df72154
Compare
Choose a tag to compare

What's Changed

  • Install dependencies from code (test with ubuntu & windows)
  • Output needs to include line breaks (Thanks @lymperis-e)
  • Change the window from dialog to dockwidget.
  • Use enter key to send the message.
  • Add tabs for Chat and Settings
  • Add button to add geoJSON on map.

New Contributors