You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,6 @@ You can select the model and change each parameters of openai from the right sid
24
24
25
25
Also you can combine openai with llama-index feature to make GPT model answer your question based on information you had provided!
26
26
27
-
An internet connection is required.
28
-
29
27
If you have any questions or you want to make AI related software with PyQt or PySide, feel free to join Discord server of pyqt-openai.
30
28
31
29
And if you would like to support this project, you can click the button below to make a donation. Your contribution will greatly assist various projects, including this one!
@@ -58,11 +56,13 @@ And if you would like to support this project, you can click the button below to
58
56
* AI remembers past conversation
59
57
* Support copy button
60
58
* Able to stop response in the middle of text generation
61
-
* <b>Conversation management</b>
59
+
* <b>Conversation(=Thread) management</b>
62
60
* Add & delete conversations
63
-
* Save conversations - SQlite db, text files compressed file, html files compressed file (both are zip)
61
+
* Export conversations - JSON file, text files compressed file, html files compressed file (both are zip)
62
+
* Import conversations from pyqt-openai, GPT
64
63
* Rename conversation
65
-
* everything above is saved in an SQLite database file named conv.db.
64
+
* "Favorite" feature
65
+
* everything above is saved in an SQLite database file named conv.db. (File's name can be changed by yourself)
66
66
* Support controlling parameters(temperature, top_p, etc) just like openai playground
67
67
* Able to see the reason why stream is finished
68
68
* Support token count (only for non-streaming response)
@@ -81,7 +81,8 @@ And if you would like to support this project, you can click the button below to
81
81
* Support text(*.txt), image(*.png, *.jpg) file uploading
82
82
* Support searching title and content in the conversation
83
83
* Support "find text" feature (match word, case-sensitive, regex, etc.)
84
-
* Support customizing feature (homepage, user and AI profile image)
84
+
* Support customizing feature (homepage, user and AI profile image)
0 commit comments