mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-15 01:38:12 -05:00
7 lines
228 B
Python
7 lines
228 B
Python
"""Modal runtime implementation.
|
|
|
|
This runtime reads configuration directly from environment variables:
|
|
- MODAL_TOKEN_ID: Modal API token ID for authentication
|
|
- MODAL_TOKEN_SECRET: Modal API token secret for authentication
|
|
"""
|