Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentTuning
/ get_time
Function
get_time
eval_heldout/rewoo/nodes/LLMNode.py:31–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
urllib3.disable_warnings()
30
31
def
get_time() -> str:
32
return
datetime.now(timezone(
'Asia/Shanghai'
)).strftime(
'%m%d%H%M%S'
)
33
34
MODEL = os.environ[
'MODEL'
]
35
METHOD = os.environ[
'METHOD'
]
Callers
2
LLMNode.py
File · 0.85
refresh
Function · 0.85
Calls
1
now
Method · 0.80
Tested by
no test coverage detected