Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codefuse-ai/codefuse-devops-eval
/ __init__
Method
__init__
src/models/test.py:79–80 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
77
# 按照自己推理需求自己修改代码
78
79
def
__init__(self):
80
pass
81
82
def
gen_answer(self, chat_dict):
83
chatrounds_list = change2chatml(chat_dict)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected