-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from KIOS-Research/dev
v0.6
- Loading branch information
Showing
6 changed files
with
162 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
openai | ||
SpeechRecognition | ||
pyaudio | ||
pyttsx3 | ||
pyttsx3 | ||
pdfgpt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,21 +6,25 @@ | |
name=QChatGPT | ||
qgisMinimumVersion=3.0 | ||
description=A plugin integration between QGIS and openai API. | ||
version=0.5 | ||
version=0.6 | ||
author=Marios S. Kyriakou, KIOS Research and Innovation Center of Excellence (KIOS CoE) | ||
[email protected] | ||
|
||
about=A plugin integration between QGIS and openai API. Displays the results from openai in QGIS. | ||
|
||
tracker=https://github.com/Mariosmsk/QChatGPT/issues | ||
repository=https://github.com/Mariosmsk/QChatGPT | ||
tracker=https://github.com/KIOS-Research/QChatGPT/issues | ||
repository=https://github.com/KIOS-Research/QChatGPT | ||
# End of mandatory metadata | ||
|
||
# Recommended items: | ||
|
||
hasProcessingProvider=no | ||
# Uncomment the following line and add your changelog: | ||
changelog=2023-05-06 QChatGPT 0.5: | ||
changelog=2023-07-02 QChatGPT 0.6: | ||
Transfer repo to KIOS Research and Innovation Center of Excellence (KIOS CoE). | ||
Some fixes. | ||
Add pdfgpt package to talk with your pdf in QGIS. | ||
2023-05-06 QChatGPT 0.5: | ||
Implement AI voice response feature. | ||
Add microphone button for input with a specified duration. | ||
Add option to stop voice response. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters