From f787ebf1c04842c644ba6771957ee7a3f4dfe2f7 Mon Sep 17 00:00:00 2001 From: feng Date: Wed, 13 Nov 2024 12:54:36 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5f556f1..113b003 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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