MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / print_model_output

Function print_model_output

scripts/server-test-structured.py:67–69  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

65
66
67def print_model_output(text):
68 sys.stdout.write(text)
69 sys.stdout.flush()
70
71
72def print_pass(reason):

Callers 1

chat_completionFunction · 0.70

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected