a16z-infra / ai-town

A MIT-licensed, deployable starter kit for building and customizing your own version of AI town - a virtual town where AI characters live, chat and socialize.
https://convex.dev/ai-town
MIT License
7.11k stars 649 forks source link

language setting #246

Open ruanjianlun opened 1 week ago

ruanjianlun commented 1 week ago

How to change the language of the game? when i use Pinokio

ianmacartney commented 1 week ago

I think you can change all the prompts to another language and hopefully the LLM follow along. The character bios in data/characters.ts, the prompts in convex/agent/conversation.ts and convex/agent/memory.ts

On Fri, Jun 14, 2024 at 12:54 AM ruanjianlun @.***> wrote:

How to change the language of the game? when i use Pinokio

— Reply to this email directly, view it on GitHub https://github.com/a16z-infra/ai-town/issues/246, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACZQW5JEUJU3XWKCPE2W7TZHKOUJAVCNFSM6AAAAABJJ22BEWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2TENZWHEYDEOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ruanjianlun commented 1 week ago

Thanks for your help, I will try the following. .