Remove a debug print
This commit is contained in:
parent
18616ac187
commit
e17b06e8d8
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue