unpredictable-lord / README.md
ryomo's picture
Revert "feat: upgrade gradio to version 6 again"
667e88e
|
raw
history blame
757 Bytes
metadata
title: Unpredictable Lord
emoji: 🫅
colorFrom: blue
colorTo: pink
sdk: gradio
sdk_version: 5.50.0
python_version: 3.1
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 https://huggingface.co/docs/hub/spaces-config-reference

Development

Setup

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 🚀

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

uv run gradio app.py