@@ -30,7 +30,7 @@ An internet connection is required.
30
30
## Table of Contents
31
31
* [ Feature] ( #feature )
32
32
* [ Requirements] ( #requirements )
33
- * [ Preview] ( #preview )
33
+ * [ Preview & Usage ] ( #preview-usage )
34
34
* [ How to Install] ( #how-to-install )
35
35
* [ Troubleshooting] ( #troubleshooting )
36
36
* [ Contact] ( #contact )
@@ -50,7 +50,6 @@ An internet connection is required.
50
50
* support prompt generator (manageable, autosaved in database)
51
51
* support slash commands
52
52
* support beginning and ending part of the prompt
53
- ![ image] ( https://github.com/yjg30737/pyqt-openai/assets/55078043/c9ca84af-0088-4435-854d-7feca9e2e663 )
54
53
* you can run this in background application
55
54
* notification will pop up when response is generated
56
55
* you can make window stack on top or control its transparency
@@ -64,25 +63,25 @@ An internet connection is required.
64
63
* pyperclip - to copy prompt template from prompt generator
65
64
* stability_sdk - for Stable Diffusion
66
65
67
- ## Preview
68
- This is using GPT-3.5 turbo model by default.
69
-
66
+ ## Preview & Usage
70
67
### Overview
68
+ #### Note: Some of these previews are not the latest.
71
69
![ image] ( https://github.com/yjg30737/pyqt-openai/assets/55078043/51667298-2c3f-4846-a8c9-ec56331b8361 )
72
70
<b >You have to write your openai api key inside the red box.</b > see [ How to install] ( #how-to-install )
73
71
74
72
You can change screen between text chatbot and image generating tool screen.
75
73
![ image] ( https://github.com/yjg30737/pyqt-openai/assets/55078043/78260aaf-2626-4267-9309-07655cab2061 )
76
74
77
75
### Conversation preview
78
- #### Preview Image
79
- ![ image] ( https://user-images.githubusercontent.com/55078043/236583716-a18b30b0-7b67-412e-b633-7daa8e41b525.png )
80
- #### Preview Video
81
76
https://user-images.githubusercontent.com/55078043/236583883-8e9732a3-1223-4b28-85f1-f60d8b2d6ced.mp4
82
77
83
78
### Prompt Generator
84
79
https://github.com/yjg30737/pyqt-openai/assets/55078043/2f351442-1e8c-4ba2-b5fe-4391df6250ff
85
80
81
+ You can use the additional prompt feature by "prompt menu" right next to input field.
82
+
83
+ ![ image] ( https://github.com/yjg30737/pyqt-openai/assets/55078043/c9ca84af-0088-4435-854d-7feca9e2e663 )
84
+
86
85
#### Image Generation
87
86
#### Preview
88
87
![ image] ( https://github.com/yjg30737/pyqt-openai/assets/55078043/d0903a76-bf4f-4900-bfea-89da6f072c9d )
0 commit comments