TeleGPT
TeleGPT copied to clipboard
拉取不了
该问题应该怎么解决???
构建完后运行不了机器人
很明显你需要学一下怎么用docker
我自己是直接clone项目从源码编译运行
$ git clone https://github.com/Helixform/TeleGPT
$ cd TeleGPT
$ cargo build --release
编译完后可执行文件应该就在 TeleGPT/target/release/telegpt