Nymbo commited on
Commit
e292bd9
1 Parent(s): 30e8a79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -1,14 +1,13 @@
1
  ---
2
- title: AI Town on HuggingFace
3
- emoji: 🏠💻💌🤗
4
  colorFrom: green
5
  colorTo: red
6
  sdk: docker
7
  app_port: 5173
8
- pinned: false
9
  disable_embedding: true
10
- # header: mini
11
- short_description: AI Town on HuggingFace
12
  hf_oauth: true
13
  ---
14
 
@@ -33,4 +32,4 @@ docker run -ti -p 5173:5173 -e LLM_API_KEY=$HF_TOKEN ai-town
33
  ## How to run on Hugging Face
34
 
35
  You can duplicate this Space https://huggingface.co/spaces/radames/ai-town?duplicate=true, add your `HF_TOKEN`
36
- Then you can customize [patches/constants.ts](patches/constants.ts) and [patches/characters.ts](patches/characters.ts) as you wish, as well as the LLM model and embeddings model in [patches/llm.ts](patches/llm.ts).
 
1
  ---
2
+ title: Llama Land
3
+ emoji: 🏠🦙
4
  colorFrom: green
5
  colorTo: red
6
  sdk: docker
7
  app_port: 5173
8
+ pinned: true
9
  disable_embedding: true
10
+ short_description: Llama 8B Village Sim
 
11
  hf_oauth: true
12
  ---
13
 
 
32
  ## How to run on Hugging Face
33
 
34
  You can duplicate this Space https://huggingface.co/spaces/radames/ai-town?duplicate=true, add your `HF_TOKEN`
35
+ Then you can customize [patches/constants.ts](patches/constants.ts) and [patches/characters.ts](patches/characters.ts) as you wish, as well as the LLM model and embeddings model in [patches/llm.ts](patches/llm.ts).