Skip to content

Commit 3085f42

Browse files
committed
Merge branch 'textarena-env' of https://github.com/burtenshaw/OpenEnv into textarena-env
2 parents 87c17cc + 21f7ed3 commit 3085f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/txtaarena_wordle_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def extract_guess(text: str) -> str:
8282
cleaned = re.sub(r"[^a-zA-Z]", "", text).lower()
8383
if len(cleaned) >= 5:
8484
return f"[{cleaned[:5]}]"
85-
return "[crane]"
85+
return "[dunno]"
8686

8787

8888
def make_user_prompt(prompt_text: str, messages: Iterable[TextArenaMessage]) -> str:

0 commit comments

Comments
 (0)