From 39872e7514ba17b10e7bf5bc46e6e3755dd55e9a Mon Sep 17 00:00:00 2001 From: bridge Date: Sun, 2 Nov 2025 22:18:00 +0800 Subject: [PATCH] update bilibili --- EN_README.md | 17 ++++++++++------- README.md | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/EN_README.md b/EN_README.md index 49a545e..283c80b 100644 --- a/EN_README.md +++ b/EN_README.md @@ -29,7 +29,7 @@ However, LLM-only NPC decision/dialogue is not enough. A credible rule system mu I aim to create a pure, joyful, direct, living sense of immersion. Not a mere marketing demo, nor purely academic like “Stanford Town”, but a world that players can actually feel and inhabit. -If you like this project, consider starring it. You can also watch an intro video on my Bilibili: [`link`](https://space.bilibili.com/527346837). +If you like this project, consider starring it~ You can also watch intro videos for this project on my [Bilibili account](https://space.bilibili.com/527346837). ![Screenshot](assets/screenshot.png) @@ -48,11 +48,12 @@ If you like this project, consider starring it. You can also watch an intro vide - [ ] ECS parallel toolkit (later) - [ ] Player-configurable prompts (later) -### 🗺️ Tile System +### 🗺️ World System - ✅ Basic tile mechanics - ✅ Normal, cultivate, city, sect regions - ✅ Same-tile NPC interactions - ✅ Qi distribution and yields +- [ ] Dynamic worldview, map, history, sect, and notable figure generation ### 👤 Character System - ✅ Core attributes @@ -65,6 +66,7 @@ If you like this project, consider starring it. You can also watch an intro vide - ✅ Perception radius - ✅ Buff system: buffs/debuffs - ✅ Artifacts +- [ ] Character compatibility - [ ] Special abilities - [ ] Epithets/nicknames - [ ] Combat-related @@ -178,10 +180,11 @@ If you like this project, consider starring it. You can also watch an intro vide Edit `static/config.yml`: ```yaml llm: - model_name: "gpt-3.5-turbo" # or another model supported by LiteLLM + model_name: "qwen-plus" # or another model supported by LiteLLM key: "your-api-key-here" # your API key + base_url: "https://dashscope.aliyuncs.com/compatible-mode/v1" ``` - See the LiteLLM docs: [`link`](https://docs.litellm.ai/docs/providers) + For supported models, refer to [litellm documentation](https://docs.litellm.ai/docs/providers) 4. Run the simulator: ```bash @@ -193,10 +196,10 @@ If you like this project, consider starring it. You can also watch an intro vide ## License -This project is licensed as specified in [`LICENSE`](LICENSE). +This project is licensed as specified in the [LICENSE](LICENSE) file. ## Contact -Open an issue or pull request if you have questions or suggestions. - +If you have any questions or suggestions, feel free to open an Issue or Pull Request. +You're also welcome to leave a message on my [Bilibili account](https://space.bilibili.com/527346837)! diff --git a/README.md b/README.md index 15c062d..af6a5f1 100644 --- a/README.md +++ b/README.md @@ -201,5 +201,5 @@ 本项目采用 [LICENSE](LICENSE) 文件中指定的许可证。 ## 联系方式 - 如果您对项目有任何问题或建议,欢迎提交 Issue 或 Pull Request。 +也欢迎给我的[B站账号](https://space.bilibili.com/527346837)留言! \ No newline at end of file