mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
patch fo reval
This commit is contained in:
@@ -58,7 +58,7 @@ class RemoteRuntime(Runtime):
|
||||
):
|
||||
self.config = config
|
||||
if self.config.sandbox.api_hostname == 'localhost':
|
||||
self.config.sandbox.api_hostname = 'api.all-hands.dev/v0/runtime'
|
||||
self.config.sandbox.api_hostname = 'runtime.eval.all-hands.dev'
|
||||
logger.warning(
|
||||
'Using localhost as the API hostname is not supported in the RemoteRuntime. Please set a proper hostname.\n'
|
||||
'Setting it to default value: api.all-hands.dev/v0/runtime'
|
||||
|
||||
Reference in New Issue
Block a user