update readme
This commit is contained in:
10
EN_README.md
10
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
|
python -m src.run.run
|
||||||
```
|
```
|
||||||
|
|
||||||
### Basic Operations
|
## Contributors
|
||||||
- A random map is generated at startup
|
- Aku, for world design & discussion
|
||||||
- Observe characters moving and acting in the world
|
|
||||||
- Press ESC to quit
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
Contributions are welcome!
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -182,8 +182,9 @@
|
|||||||
在 `static/config.yml` 中配置LLM参数:
|
在 `static/config.yml` 中配置LLM参数:
|
||||||
```yaml
|
```yaml
|
||||||
llm:
|
llm:
|
||||||
model_name: "gpt-3.5-turbo" # 或其他litellm支持的模型名称
|
model_name: "qwen-plus" # 或其他litellm支持的模型名称
|
||||||
key: "your-api-key-here" # 你的API密钥
|
key: "your-api-key-here" # 你的API密钥
|
||||||
|
base_url: "https://dashscope.aliyuncs.com/compatible-mode/v1"
|
||||||
```
|
```
|
||||||
具体支持的模型请参考 [litellm文档](https://docs.litellm.ai/docs/providers)
|
具体支持的模型请参考 [litellm文档](https://docs.litellm.ai/docs/providers)
|
||||||
|
|
||||||
@@ -192,14 +193,8 @@
|
|||||||
python -m src.run.run
|
python -m src.run.run
|
||||||
```
|
```
|
||||||
|
|
||||||
### 基本操作
|
## 贡献者
|
||||||
- 启动后会自动生成随机地图
|
- Aku, 世界观设计与讨论
|
||||||
- 可以观察角色在世界中的移动和行为
|
|
||||||
- 按ESC退出程序
|
|
||||||
|
|
||||||
## 贡献指南
|
|
||||||
|
|
||||||
欢迎对修仙世界模拟器项目的贡献!
|
|
||||||
|
|
||||||
## 许可证
|
## 许可证
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user