Shaunwei / RealChar

🎙️🤖Create, Customize and Talk to your AI Character/Companion in Realtime (All in One Codebase!). Have a natural seamless conversation with AI everywhere (mobile, web and terminal) using LLM OpenAI GPT3.5/4, Anthropic Claude2, Chroma Vector DB, Whisper Speech2Text, ElevenLabs Text2Speech🎙️🤖
https://RealChar.ai/
MIT License
5.96k stars 729 forks source link

Frontend not showing on Kubernetes #435

Open mdevansh opened 1 year ago

mdevansh commented 1 year ago

Hi All, Good day : )

I built the image and deployed to Google Kubernetes, but now the thing is the deployed application is just showing a page with the text : Please run python cli.py web-build to build the web first. ::

image

Have also given python3 cli.py web-build in GitHub actions.

Need your guidance on how to resolve this issue : )

Thanks all

Shaunwei commented 1 year ago

highly recommend to go through a standard deployment process via https://github.com/Shaunwei/RealChar/blob/main/docs/render_deploy.md Kubernetes isn't the easiest way to deploy.