Skip to content

Commit c7a020d

Browse files
committed
fix some arguments in admin guide
1 parent ee069e5 commit c7a020d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/guides/admin.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -468,15 +468,20 @@ server:
468468
```bash
469469
# Start the TaleWeave AI engine
470470
python3 -m taleweave.main \
471+
--config config.yml \
472+
--prompts prompts/llama-base.yml prompts/llama-quest.yml prompts/discord-en-us.yml \
471473
--world worlds/outback-animals-1 \
472-
--world-template ./taleweave/prompts.yml:outback-animals \
474+
--world-template ./worlds.yml:outback-animals \
473475
--discord \
476+
--render \
477+
--render-generated \
474478
--server \
475479
--rooms 3 \
476480
--turns 30 \
477481
--optional-actions \
478482
--actions taleweave.systems.sim:init_actions \
479483
--systems taleweave.systems.sim:init_logic
484+
# TODO: add others
480485
```
481486

482487
This will generate a relatively small world with 3 rooms or areas, run for 30 steps, then save the game and shut down.

0 commit comments

Comments
 (0)