MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / ace_step_request_needs_lm_for_cot

Function ace_step_request_needs_lm_for_cot

src/models/ace_step/session.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool ace_step_request_needs_lm_for_cot(const AceStepRequest &request) {
67 return request.generation.use_cot_caption ||
68 request.generation.use_cot_language ||
69 request.generation.use_cot_metas;
70}
71
72AceStepGenerationOptions normalize_generation_options_for_model(
73 const AceStepGenerationOptions & options,

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected