forked from frodeheg/OpenAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.homeychangelog.json
86 lines (86 loc) · 2.64 KB
/
.homeychangelog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"1.0.1": {
"en": "Interaction with ChatGPT"
},
"1.0.2": {
"en": "Moved API key from environment to settings as this is a paid service."
},
"1.0.3": {
"en": "Translation into Norwegian"
},
"1.0.4": {
"en": "Added link to source code"
},
"1.0.5": {
"en": "Updated images and fixed all delays so the flow in the image will playback just perfectly."
},
"1.0.6": {
"en": "Added the new images once more"
},
"1.0.7": {
"en": "Added github sponsor link"
},
"1.0.8": {
"en": "Improved help text in flows + added community forum ID"
},
"1.0.9": {
"en": "Added punctation to the questions if missing (or the chatbot will try to continue the question. + Updated some translations + gave some context about my other app."
},
"1.1.0": {
"en": "Added an advanced flow card that returns the full answer + Updated the text and translations + added information about # + added selection of engines + added rate limitation + added safety guards to prevent lockups. + Added response text when aborted due to time constraints or too long text. + Reduced maxlength to 4500 as anything above makes ChatGPT crash."
},
"1.1.1": {
"en": "Allowed shorter timeout limits"
},
"1.1.2": {
"en": "Minor changes to flow name"
},
"1.1.3": {
"en": "Moved the AD for my other app into an image in the settings page"
},
"1.1.4": {
"en": "Added logging interface to the setup screen."
},
"1.1.5": {
"en": "Added webhook as alternative input + Added help screen."
},
"1.1.6": {
"en": "Fixed some issues with the images that caused the app settings to reset all the time."
},
"1.1.7": {
"en": "No changes"
},
"1.1.8": {
"en": "Fixed a bug where changing the API key required an app restart."
},
"1.2.0": {
"en": "Added DALL·E support"
},
"1.2.1": {
"en": "Fixed some minor issues when refreshing the log page."
},
"1.3.0": {
"en": "Added a flow that triggers by the webhook instead of triggering chatGPT directly when the webhook is triggered."
},
"1.4.0": {
"en": "Added support for GPT-4"
},
"1.4.1": {
"en": "Added chatbots from Tor Kreutzer"
},
"1.5.0": {
"en": "Added Contribution string for Tor Kreutzer for the new chatbots."
},
"1.5.1": {
"en": "Fixed a crash bug (Ticket #7)"
},
"1.6.0": {
"en": "Removed deprecated engines and added engine selection/quality box for images. Fixed problems with ChatBot and CompletionBot (thanks Tor Kreutzer)."
},
"1.6.1": {
"en": "Fixed the webhook"
},
"1.6.2": {
"en": "Removed the deprecation of the completionbot because the previous changes made it work again."
}
}