Update and rename config.example.yml to config.yml - #346
Open
tulen77 wants to merge 2 commits into
Open
Conversation
Contributor
|
For fellow smarties: Openai token was already revoked, Telegram token is still active. |
father-bot
force-pushed
the
main
branch
4 times, most recently
from
June 14, 2026 09:30
fd778d9 to
755f0a7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
telegram_token: "6124440086:AAEBZA19Ghqjls1FSuwmnvXy1iVM0rQcitI"
openai_api_key: "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"
openai_api_base: null # leave null to use default api base or you can put your own base url here
allowed_telegram_usernames: [] # if empty, the bot is available to anyone. pass a username string to allow it and/or user ids as positive integers and/or channel ids as negative integers
new_dialog_timeout: 600 # new dialog starts after timeout (in seconds)
@@ -10,4 +10,4 @@ enable_message_streaming: true # if set, messages will be shown to user word-by
prices
chatgpt_price_per_1000_tokens: 0.002
gpt_price_per_1000_tokens: 0.02
whisper_price_per_1_min: 0.006