diff --git a/src/chap/backends/llama_cpp.py b/src/chap/backends/llama_cpp.py index 5cb92cb..9eb8f38 100644 --- a/src/chap/backends/llama_cpp.py +++ b/src/chap/backends/llama_cpp.py @@ -51,7 +51,6 @@ A dialog, where USER interacts with AI. AI is helpful, kind, obedient, honest, a continue result.append(formats[m.role].format(content)) full_query = "".join(result) - print("fq", full_query) return full_query async def aask(