Skip to content

Commit 594c0b9

Browse files
authored
Update README.md
1 parent 34d9e3e commit 594c0b9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ You can select the model and change each parameters of openai from the right sid
2424

2525
Also you can combine openai with llama-index feature to make GPT model answer your question based on information you had provided!
2626

27-
An internet connection is required.
28-
2927
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.
3028

3129
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
5856
* AI remembers past conversation
5957
* Support copy button
6058
* Able to stop response in the middle of text generation
61-
* <b>Conversation management</b>
59+
* <b>Conversation(=Thread) management</b>
6260
* 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
6463
* 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)
6666
* Support controlling parameters(temperature, top_p, etc) just like openai playground
6767
* Able to see the reason why stream is finished
6868
* 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
8181
* Support text(*.txt), image(*.png, *.jpg) file uploading
8282
* Support searching title and content in the conversation
8383
* 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)
85+
* Full screen feature
8586

8687
## Supported Languages
8788
* English

0 commit comments

Comments
 (0)