Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ format_variants
Function
format_variants
smallthinker/scripts/get_chat_template.py:51–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
def
format_variants():
52
return
', '
.join(f
'"{v}"'
for
v in variants.keys())
53
54
if
variant is None:
55
if
'default'
not in variants:
Callers
1
get_chat_template
Function · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected