Add Japanese documentation (#7386)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Graham Neubig
2025-03-28 07:14:45 -07:00
committed by GitHub
parent ac8b5e7934
commit aab818716e
69 changed files with 7537 additions and 2770 deletions

View File

@@ -11,7 +11,6 @@ from typing import Any, Awaitable, TextIO
from pydantic import SecretStr
from tqdm import tqdm
import openhands
from openhands.core.config import LLMConfig
from openhands.core.logger import openhands_logger as logger
from openhands.resolver.interfaces.issue import Issue
@@ -329,9 +328,7 @@ def main() -> None:
runtime_container_image = my_args.runtime_container_image
if runtime_container_image is None:
runtime_container_image = (
f'ghcr.io/all-hands-ai/runtime:{openhands.__version__}-nikolaik'
)
runtime_container_image = 'ghcr.io/all-hands-ai/runtime:0.30.0-nikolaik'
owner, repo = my_args.selected_repo.split('/')
token = my_args.token or os.getenv('GITHUB_TOKEN') or os.getenv('GITLAB_TOKEN')