mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
518 B
518 B
Modal ランタイム
ModalのパートナーがOpenHands用のランタイムを提供しています。
Modal ランタイムを使用するには、アカウントを作成し、APIキーを作成してください。
その後、OpenHandsを起動する際に以下の環境変数を設定する必要があります:
docker run # ...
-e RUNTIME=modal \
-e MODAL_API_TOKEN_ID="your-id" \
-e MODAL_API_TOKEN_SECRET="modal-api-key" \