Skip to content

Commit

Permalink
latest replayapi revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Domiii committed Jan 18, 2025
1 parent bef88b0 commit 14eb69f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openhands/runtime/utils/runtime_templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN \
# Clone replay and make sure the layer is not stale when HEAD changes.
# For now we manually specify a revision as an argument to bust caches when building images.
ARG REPLAYAPI_SHA
ARG EXPECTED_REVISION=838329dbe5f85536d9e0be17a94330e31ff28d30
ARG EXPECTED_REVISION=0600c67ea65f1f2005bd999f43cc5a66f51bfb4c
RUN \
mkdir -p /replay && \
git -C /replay clone https://github.com/replayio-public/replayapi.git && \
Expand Down
2 changes: 1 addition & 1 deletion replay_benchmarks/bolt/run-bolt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fi

# Config overrides + sanity checks.
export DEBUG=1
export REPLAY_DEV_MODE=1
# export REPLAY_DEV_MODE=1
export REPLAY_ENABLE_TOOL_CACHE=1
export WORKSPACE_BASE="$WORKSPACE_ROOT"
export LLM_MODEL="anthropic/claude-3-5-sonnet-20241022"
Expand Down

0 comments on commit 14eb69f

Please sign in to comment.