Matou-Garou / README.md
Jofthomas's picture
Jofthomas HF staff
Update README.md
643611f verified
metadata
title: Matou - Garou
emoji: πŸ πŸˆβ€β¬›
colorFrom: green
colorTo: red
sdk: docker
app_port: 5173
pinned: false
disable_embedding: true
short_description: Can you find who in the village is a LLM
hf_oauth: true

AI Town πŸ πŸ’»πŸ’Œ on Hugging Face πŸ€—

Demo on Hugging Face Spaces

AI Town is a very cool project by Yoko et al., a virtual town with live AI characters where they can chat and socialize. You can also interact with them by sending them messages.

This repository contains a few code patches to make AI Town run on Hugging Face πŸ€— Spaces, as well as a Dockerfile capable of running Convex open-source backend, the backend and frontend on a single container.

How to run locally

Grab your Hugging Face API token from https://huggingface.co/settings/tokens

export HF_TOKEN=hf_**********
docker build -t ai-town -f Dockerfile .
docker run -ti -p 5173:5173 -e LLM_API_KEY=$HF_TOKEN ai-town

How to run on Hugging Face

You can duplicate this Space https://huggingface.co/spaces/radames/ai-town?duplicate=true, add your HF_TOKEN Then you can customize patches/constants.ts and patches/characters.ts as you wish, as well as the LLM model and embeddings model in patches/llm.ts.