Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
radames 
posted an update 18 days ago
Post
1912
AI-town now runs on Hugging Face Spaces with our API for LLMs and embeddings, including the open-source Convex backend, all in one container. Easy to duplicate and config on your own

Demo: radames/ai-town
Instructions: https://github.com/radames/ai-town-huggingface

Oh wow that is so cool! I'll have to read up on this. Thanks for sharing source.

I saw the a16z moniker in the code, is that one of Marc Andreessen Horowitz's group inventions? I think they were investing in Roblox and the tech behind the multiplayer aspects with now multiagent systems is pretty neat.

Convex looks interesting too w combo of vector search, db, ts, AI and realtime services with a great stack of client libraries. I was able to double click into it with github perms and get started.

Its pretty amazing to me that HF can host something so cool. Your Dockerfile implementations are simply amazing.

·

Thanks! It was a fun challenge to put it all together in a single container. I'm excited to try more Convexdb as a vector db and backend.

potential idea: plug "sign in with HF" as an authentication provider and persist interactions in a dataset or something

·

Yes that's a great idea, I'm chatting with folks from Convex, and check if the sqlite db is the only file I need to backup, then I'll set a scheduler to push it to a personal dataset. Folks them would be able to pause and restart from that state!