โ โฆ โ
# Cultivation World Simulator  [](https://space.bilibili.com/527346837)  [](LICENSE)         
Sect System
City Region
Life Experiences
|
Character Panel
Personality Traits
Independent Thinking
Nicknames
|
Dungeon Exploration
Short/Long Term Goals
Elixirs/Treasures/Weapons
|
You can also manually configure it in `static/local_config.yml` (OpenAI compatible format):
```yaml
llm:
base_url: https://api.deepseek.com # API addr
key: your-api-key-here # your api key
model_name: deepseek-chat # normal model name
fast_model_name: deepseek-chat # fast model name
mode: default # run mode (default/normal/fast)
```
Supports all API providers compatible with OpenAI interface format (e.g., Qwen, DeepSeek, SiliconFlow, OpenRouter, etc.)
**Local Deployment (Ollama):** Also supports connecting to local Ollama, just select "Ollama (Local)" preset in the frontend.
4. Run:
```bash
# Start service (Recommended dev mode, automatically starts frontend)
python src/server/main.py --dev
```
The browser will automatically open the web frontend.
## ๐ Project Status

## โญ Star History
If you find this project interesting, please give us a Star โญ! It will motivate us to keep improving and adding new features.
## ๐ฅ Contributors