mirror of
https://github.com/wassname/llm-moral-foundations2.git
synced 2026-08-15 12:35:02 +08:00
3 lines
68 B
Python
3 lines
68 B
Python
def hello() -> str:
|
|
return "Hello from llm-moral-foundations2!"
|