EniasCailliau / GirlfriendGPT

Girlfriend GPT is a Python project to build your own AI girlfriend using ChatGPT4.0
https://gptgirlfriend.online
2.58k stars 435 forks source link

problem with connecting to telegram #40

Closed PrimusC26 closed 1 year ago

PrimusC26 commented 1 year ago

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?

EniasCailliau commented 1 year ago

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.

SmartKoki commented 1 year ago

after deploy, how should i do to connect telegram?

EniasCailliau commented 1 year ago

I've updated the deployment instructions to help you!