Skip to content

Commit 369124c

Browse files
authored
Update README.md
1 parent 83b0798 commit 369124c

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<img src="https://user-images.githubusercontent.com/55078043/229002952-9afe57de-b0b6-400f-9628-b8e0044d3f7b.png" width="150px" height="150px"><br/><br/>
44

55
[![](https://dcbadge.vercel.app/api/server/cHekprskVE)](https://discord.gg/cHekprskVE)
6-
7-
[![](https://img.shields.io/badge/한국어-readme-green)](https://github.com/yjg30737/pyqt-openai/blob/main/README.kr.md)
86

97
</div>
108

@@ -62,11 +60,13 @@ And if you would like to support this project, you can click the button below to
6260
* Import conversations from pyqt-openai, GPT
6361
* Rename conversation
6462
* "Favorite" feature
63+
* Support JSON mode
6564
* everything above is saved in an SQLite database file named conv.db. (File's name can be changed by yourself)
6665
* Support controlling parameters(temperature, top_p, etc) just like openai playground
6766
* Able to see the reason why stream is finished
6867
* Support token count (only for non-streaming response)
69-
* Support <b>prompt generator</b> (manageable, autosaved in database)
68+
* Support <b>prompt generator</b> (manageable, autosaved in database)
69+
* Support import & export prompt group as JSON
7070
* Support <b>slash commands</b>
7171
* Support beginning and ending part of the prompt
7272
* You can <b>run this in background</b> application
@@ -77,11 +77,12 @@ And if you would like to support this project, you can click the button below to
7777
* Support continue generation
7878
* Notification when task completes
7979
* You can copy and download the image directly as well. just hover the mouse cursor over the image.
80-
* You can <b>fine-tune</b> openai with llama-index.
80+
* You can <b>fine-tune</b> openai with llama-index and use it (support streaming response)
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, font settings)
85+
* Support light/dark theme based on your system settings (Above Qt6 only)
8586
* Full screen feature
8687

8788
## Supported Languages
@@ -96,9 +97,15 @@ And if you would like to support this project, you can click the button below to
9697
* Hindi
9798
* Arabic
9899
* Japanese
100+
* Bengali
101+
* Urdu
102+
* Indonesian
103+
* Portuguese
99104

100105
If you have any additional languages you would like to add, please feel free to make a request by mail, issue, discord, etc at any time.
101106

107+
Also you can submit a pull request if you want to update any words naturally by modify "translations.json" in "lang" directory.
108+
102109
## Requirements
103110
* qtpy - the package allowing you to write code that works with both PyQt5, PyQt6, PySide6
104111
* PyQt5 >= 5.14 or PyQt6 (or PySide6 if you want)

0 commit comments

Comments
 (0)