Replies: 1 comment
-
Just a friendly reminder! 🙏 I know everyone has their own things to do, but I hope you'll take the time to help me! 💗 Edit : Thanks for your incredible work! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone! 🙋
First of all, I'd like to thank this community and more largely the entire Github community for the incredible work you make available to the world. For me, it's wonderful to see this spirit of sharing access to common creation and development! =)
(This is my first post on Github! I'm moved! Forgive me 😜)
Now to my problem!
I installed LocalAI and Chatgpt Telegram Bot following the method described in the ReadMe of @mudler 's deposit at this address: “ https://github.com/mudler/LocalAI/tree/master/examples/telegram-bot ”
I should point out that I installed everything on my external hard drive, the aim being to be able to launch Local AI from anywhere.
Being on Windows 10, I still used different functions for copying and moving files ( copy instead of cp and move instead of mv ). I didn't use the “vim config/config.yml” command, I manually modified the config.yml file to add my Telegram bot token.
I ran the command “docker-compose --env-file config/config.env up --build“.
The images were apparently downloaded correctly, however, when I send a message to my bot on Telegram, I receive this message in response:
Here the screenshot of the Telegram bot :
The model is obviously loaded correctly but not its backend.
I did a full search for a file named “gpt4all-j” but without success.
It may not be necessary, but for the sake of clarity I've installed the latest version of Docker, but I've changed the location of its AppData folder on my external hard drive.
I've attached a text file named “Log cmd.exe .txt”. It contains all the command prompt lines from installation to bot response.
Here a screenshot of last lines :
I've also attached the complete folder structure in my external hard drive containing the Docker AppData folder and the complete LocalAI Folder ( E:\LocalAI ). I also put a file containing only the structure of the “chatgpt_telegram_bot” folder ( “E:\LocalAI\LocalAI\examples\telegram-bot\chatgpt_telegram_bot” ).
I apologize for the size of the files, I wanted to be as precise as possible...
I sincerely hope that the problem is due to negligence on my part and that you'll easily find the solution! 😊
Thanks in advance! ❤️
chatgpt_telegram_bot_structure.txt
LocalAI_structure.txt
Log cmd.exe .txt
Beta Was this translation helpful? Give feedback.
All reactions