EniasCailliau / GirlfriendGPT

Girlfriend GPT is a Python project to build your own AI girlfriend using ChatGPT4.0

Home Page:https://gptgirlfriend.online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem with connecting to telegram

PrimusC26 opened this issue · comments

I correctly installed it locally. Then tried to connect it to telegram.

"pip install steamship" thing worked normally
but "ship deploy && ship use" says, "It looks like that handle [sacha-gpt-bot] is already in use. Would you like to change the handle and try again? [Y/n]", I clicked Y, then wrote luna-gpt-bot, but it again said "It looks like that handle [luna-gpt-bot] is already in use. Would you like to change the handle and try again? [Y/n]"
How to deal with this?

That's because someone else already claimned luna-gpt-bot. Could you try by prefixing with your own name e.g. primus-luna-gpt-bot.

commented

after deploy, how should i do to connect telegram?

I've updated the deployment instructions to help you!