Releases: KIOS-Research/QChatGPT
Releases · KIOS-Research/QChatGPT
QChatGPT v0.6
QChatGPT v0.5
- 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
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 usingopenai
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
- @gilles-morain made their first contribution in #9
- @Ojaybee made their first contribution in #11
QChatGPT v0.3
Remove plugin dependencies #1!
QChatGPT v0.2
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.
- fixes #2 (Text for ChatGPt output is not respecting line breaks) by @lymperis-e in #5
- Prompt install by @lymperis-e in #6
New Contributors
- @lymperis-e made their first contribution in #5