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.94k stars 727 forks source link

Add an edit button in the react frontend #467

Closed TC-Zheng closed 10 months ago

TC-Zheng commented 11 months ago
Untitled

When the edit button is clicked while a character is selected, the page is directed to the create character page where the information is already filled, except for the background story. The background is not stored in the database, and I didn't find a way to get the background files for a specific character. I would appreciate it if someone is willing to discuss some of the internal logic of this project in more detail.

I know the frontend is migrating to next.js so this is more for self-practice. Please give me some advice on my first PR. If this seems good I will try to implement it for next web too.