跳到主要内容

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" \