From 496565999bbb99e5f3387b55476a81223f0a8b7a Mon Sep 17 00:00:00 2001 From: bridge Date: Sun, 2 Nov 2025 16:46:25 +0800 Subject: [PATCH] update readme --- EN_README.md | 10 ++-------- README.md | 13 ++++--------- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/EN_README.md b/EN_README.md index e147e88..49a545e 100644 --- a/EN_README.md +++ b/EN_README.md @@ -188,14 +188,8 @@ If you like this project, consider starring it. You can also watch an intro vide python -m src.run.run ``` -### Basic Operations -- A random map is generated at startup -- Observe characters moving and acting in the world -- Press ESC to quit - -## Contributing - -Contributions are welcome! +## Contributors +- Aku, for world design & discussion ## License diff --git a/README.md b/README.md index 722dda5..401b7f1 100644 --- a/README.md +++ b/README.md @@ -182,8 +182,9 @@ 在 `static/config.yml` 中配置LLM参数: ```yaml llm: - model_name: "gpt-3.5-turbo" # 或其他litellm支持的模型名称 + model_name: "qwen-plus" # 或其他litellm支持的模型名称 key: "your-api-key-here" # 你的API密钥 + base_url: "https://dashscope.aliyuncs.com/compatible-mode/v1" ``` 具体支持的模型请参考 [litellm文档](https://docs.litellm.ai/docs/providers) @@ -192,14 +193,8 @@ python -m src.run.run ``` -### 基本操作 -- 启动后会自动生成随机地图 -- 可以观察角色在世界中的移动和行为 -- 按ESC退出程序 - -## 贡献指南 - -欢迎对修仙世界模拟器项目的贡献! +## 贡献者 +- Aku, 世界观设计与讨论 ## 许可证