mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +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
42 B
Python
3 lines
42 B
Python
def reverse_string(s):
|
|
return s[::-1]
|