RLM / README.md
resberry's picture
Update README.md
1d86705 verified
---
title: Recursive Language Model
emoji: 🧠
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.0.0
app_file: app.py
pinned: false
license: mit
---
# Recursive Language Model
This Space runs the Recursive Language Model Gradio app on CPU hardware.
## Required Space secrets
Add these in **Settings -> Secrets and variables -> Repository secrets**:
- `DEEPSEEK_API_KEY`
Optional:
- `RLM_BASE_URL`
- `RLM_MODEL`
- `RLM_SUB_MODEL`
- `RLM_FAST_MODEL`
- `OPENROUTER_API_KEY`
- `RLM_VISION_API_KEY`
- `TAVILY_API_KEY`
- `JINA_API_KEY`
## Hardware
CPU Basic is enough because the app calls external hosted LLM APIs instead of loading a local model.