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

Error 401: Unauthorized #71

Closed bhaidaya closed 1 year ago

bhaidaya commented 1 year ago

Hi Enias,

When chatting via telegram I get the following appended to each chatbot response. (the chatbot works and interacts fine, it seems to be the audio file creation erroring)

"An error happened while creating a response: [ERROR - POST /generate] Received status code 401 from Eleven Labs. Reason: Unauthorized"

I have a valid account with elevenlabs and verified that I can successfully run a text-to-speech api call using my api key/voice id combo. I have a developer plan with steamship and am not at any limit.

Thanks!

bhaidaya commented 1 year ago

If I don't include my own elevenlabs key then it works fine.