Failing to run
limaceous-bushwhacker opened this issue · 0 comments
limaceous-bushwhacker commented
2023/12/16 12:19:17 [ERROR] failed to load config: load config: field TelegramBotToken is required but not set
2023/12/16 12:19:17 [ERROR] failed to create botAPI: Not Found
Contents of config.local.hcl
:
telegram_bot_token = "<REDACTED>"
openai_token = "sk-<REDACTED>"
telegram_channel_id = -100<REDACTED>
openai_prompt = "Make a summary of the text"
Ran go mod tidy
after cloning the repo, then cd cmd
and go run main.go