diff --git a/config/config.example.env b/config/config.env similarity index 87% rename from config/config.example.env rename to config/config.env index b52253bc9..92404fcff 100644 --- a/config/config.example.env +++ b/config/config.env @@ -8,4 +8,4 @@ MONGO_EXPRESS_PORT=8081 # Mongo Express username MONGO_EXPRESS_USERNAME=username # Mongo Express password -MONGO_EXPRESS_PASSWORD=password \ No newline at end of file +MONGO_EXPRESS_PASSWORD=password diff --git a/config/config.example.yml b/config/config.yml similarity index 77% rename from config/config.example.yml rename to config/config.yml index 5da749318..d2ea1100f 100644 --- a/config/config.example.yml +++ b/config/config.yml @@ -1,5 +1,5 @@ -telegram_token: "" -openai_api_key: "" +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 \ No newline at end of file +whisper_price_per_1_min: 0.006