mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
* Move regression tests to evaluation/ * use pythnon instead of docker in the script * add model para * change python to python3 * bug fix
3 lines
40 B
Python
3 lines
40 B
Python
def string_length(s):
|
|
return len(s)
|