Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ gen_chatcmplid
Function
gen_chatcmplid
tools/server/server-common.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
std::string gen_chatcmplid() {
80
return
"chatcmpl-"
+ random_string();
81
}
82
83
std::string gen_tool_call_id() {
84
return random_string();
Callers
1
handle_completions_impl
Method · 0.85
Calls
1
random_string
Function · 0.70
Tested by
no test coverage detected