mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2026-01-06 14:35:39 +01:00
Merge branch 'main' into vision-support
This commit is contained in:
@@ -51,4 +51,5 @@ ALLOWED_TELEGRAM_USER_IDS=USER_ID_1,USER_ID_2
|
||||
# IGNORE_GROUP_VISION=true
|
||||
# TTS_MODEL="tts-1"
|
||||
# TTS_VOICE="alloy"
|
||||
# TTS_PRICES=0.015,0.030
|
||||
# BOT_LANGUAGE=en
|
||||
@@ -76,6 +76,7 @@ The following parameters are optional and can be set in the `.env` file:
|
||||
| `IMAGE_PRICES` | A comma-separated list with 3 elements of prices for the different image sizes: `256x256`, `512x512` and `1024x1024`. Source: https://openai.com/pricing | `0.016,0.018,0.02` |
|
||||
| `TRANSCRIPTION_PRICE` | USD-price for one minute of audio transcription. Source: https://openai.com/pricing | `0.006` |
|
||||
| `VISION_TOKEN_PRICE` | USD-price per 1K tokens of image interpretation. Source: https://openai.com/pricing | `0.01` |
|
||||
| `TTS_PRICES` | A comma-separated list with prices for the tts models: `tts-1`, `tts-1-hd`. Source: https://openai.com/pricing | `0.015,0.030` |
|
||||
|
||||
Check out the [Budget Manual](https://github.com/n3d1117/chatgpt-telegram-bot/discussions/184) for possible budget configurations.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user