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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Check out the [Budget Manual](https://github.com/n3d1117/chatgpt-telegram-bot/di
82
82
|`MAX_HISTORY_SIZE`| Max number of messages to keep in memory, after which the conversation will be summarised to avoid excessive token usage |`15`|
83
83
|`MAX_CONVERSATION_AGE_MINUTES`| Maximum number of minutes a conversation should live since the last message, after which the conversation will be reset |`180`|
84
84
|`VOICE_REPLY_WITH_TRANSCRIPT_ONLY`| Whether to answer to voice messages with the transcript only or with a ChatGPT response of the transcript |`false`|
85
-
| `VOICE_REPLY_PROMPTS` | A semicolon separated list of phrases (i.e. `Hi bot;Hello chat`). If the transcript starts with any of them, it will be treated as a prompt | -
85
+
|`VOICE_REPLY_PROMPTS`| A semicolon separated list of phrases (i.e. `Hi bot;Hello chat`). If the transcript starts with any of them, it will be treated as a prompt even if `VOICE_REPLY_WITH_TRANSCRIPT_ONLY` is set to `true`| -|
86
86
|`N_CHOICES`| Number of answers to generate for each input message. **Note**: setting this to a number higher than 1 will not work properly if `STREAM` is enabled |`1`|
87
87
|`TEMPERATURE`| Number between 0 and 2. Higher values will make the output more random |`1.0`|
88
88
|`PRESENCE_PENALTY`| Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far |`0.0`|
0 commit comments