You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README to say 3.9 is the minimal officially supported version + allow codegen in ABC again
* Always Allow Codegen Again
* Fix tests
* Fix tests
* Set UA explicitly
* Improve tests using real network
* Fix style
"No meta tag detected, which is important as a clue to know if the input analysis is allowed.")
220
-
221
-
# ABC is the target of "No LLM rules" by AtCoder (See https://info.atcoder.jp/entry/llm-abc-rules-ja or https://info.atcoder.jp/entry/llm-abc-rules-en)
msg="Too many prediction -- Failed to understand the input format"
105
-
elifisinstance(e, PredictionNotAllowedError):
106
-
msg="Format prediction is skipped because it's not allowed by AtCoder rules (At least not allowed in ongoing ABC contests) -- See https://info.atcoder.jp/entry/llm-abc-rules-en"
msg="Too many prediction -- Failed to understand the input format"
132
-
elifisinstance(e, PredictionNotAllowedError):
133
-
msg="Format prediction is skipped because it's not allowed by AtCoder rules (At least not allowed in ongoing ABC contests) -- See https://info.atcoder.jp/entry/llm-abc-rules-en"
0 commit comments