--- title: Unpredictable Lord emoji: 🫅 colorFrom: blue colorTo: pink sdk: gradio sdk_version: 5.50.0 python_version: 3.10 app_file: app.py pinned: false license: mit short_description: A strategy game. Advise, but don't command, the AI Lord. tags: - mcp-in-action-track-creative --- Check out the configuration reference at ## Development ### Setup ```sh cp .env.sample .env uv sync --frozen ``` ### Modal If your local GPU is not powerful enough to run "gpt-oss-20b", you can deploy it to Modal 🚀 ```sh uv run modal setup uv run modal deploy src/unpredictable_lord/llm_modal.py ``` and then set `USE_MODAL=true` in your `.env` file. ### Run locally ```sh uv run gradio app.py ```