unpredictable-lord / README.md
ryomo's picture
docs: update tag in README
3f53a9e
|
raw
history blame
756 Bytes
---
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:
- building-mcp-track-creative
---
Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference>
## 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
```