mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2026-01-08 07:26:09 +01:00
Merge branch 'main' into add-budget-types
This commit is contained in:
@@ -75,7 +75,7 @@ Customize the configuration by copying `.env.example` and renaming it to `.env`,
|
||||
| `GROUP_TRIGGER_KEYWORD` | If set, the bot in group chats will only respond to messages that start with this keyword | "" |
|
||||
| `IGNORE_GROUP_TRANSCRIPTIONS` | If set to true, the bot will not process transcriptions in group chats | true |
|
||||
| `TOKEN_PRICE` | $-price per 1000 tokens used to compute cost information in usage statistics (https://openai.com/pricing) | 0.002 |
|
||||
| `IMAGE_PRICES` | A comma-separated list with 3 elements of prices for the different image sizes: "256x256", "512x512" and "1024x1024" | `0.016,0.018,0.02` |
|
||||
| `IMAGE_PRICES` | A comma-separated list with 3 elements of prices for the different image sizes: "256x256", "512x512" and "1024x1024" | "0.016,0.018,0.02" |
|
||||
| `TRANSCRIPTION_PRICE` | USD-price for one minute of audio transcription | 0.006 |
|
||||
|
||||
Check out the [official API reference](https://platform.openai.com/docs/api-reference/chat) for more details.
|
||||
|
||||
Reference in New Issue
Block a user