-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker run error #12
Comments
There is no detailed explanation for the 'telegpt.sqlite' file in the 'telegpt.config.json' file. |
We are tracking this issue on #11. |
This is the path that database file will be stored. If you are using Docker to serve the bot, you can ignore it and leave it unchanged (the value in |
Okay, I have successfully deployed it, but the telegram bot keeps sending me "Thinking..." message. I am sure that my openaiAPIKey is valid. |
The telegpt bot you provided is also experiencing the same issue. |
I used the Docker provided by you to pull and deploy a bot, but the data returned to me is “Thinking…”. Did I do something wrong? Here are my steps: First, I cloned your repository and "cp config.example.json config.json". Then, I ran ‘docker compose up -d’ successfully, but the bot keeps responding with “Thinking…”. I’m sure the API is correct, but I’m not sure if I missed anything. I checked the logs and found the following error: “telegpt-app-1 | 2023-03-20T16:58:10.722Z ERROR telegpt_core::modules::chat > Failed to handle chat message: A Telegram’s error: Bad Request: message text is empty”. |
Maybe OpenAI server was down at that time, you can try again now. |
I have tested it, but it still doesn't work. However, when I called the same API using another program, it worked normally. |
[+] Running 0/1
⠿ app Error 2.0s
Error response from daemon: denied
The text was updated successfully, but these errors were encountered: