Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zoollcar authored Nov 13, 2024
1 parent a2f36e7 commit f787ebf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# live2d chat

Talk with a live2d model.

Run locally in the browser or using backend proxy connection openai, Ollama etc.
Run locally in the browser or using backend proxy connection Openai, Ollama etc.

Try it online [https://live2d-ai-chat.hitorisama.org/]
Try it online https://live2d-ai-chat.hitorisama.org/

![image](https://github.com/user-attachments/assets/d5185348-a251-4ff8-aa3e-e2ffcaa03bed)

# feature
# Feature

1. show live2d model 🆗
2. auto change expression of model
Expand All @@ -25,7 +23,7 @@ Try it online [https://live2d-ai-chat.hitorisama.org/]

# how to develop?

1. install [ollama](https://ollama.com/) and pull llama3.1 model (you can change the model in src/config.ts)
1. install [ollama](https://ollama.com/) and pull a model you like
2. install nodejs, pnpm, bun(optional)
3. git clone https://github.com/zoollcar/live2d-AI-chat
4. cd live2d-AI-chat & pnpm install & cd backend & pnpm install
Expand Down

0 comments on commit f787ebf

Please sign in to comment.