This commit is contained in:
Cyberes 2023-10-05 17:55:44 -06:00
parent 19e62be3e8
commit 979a945466
1 changed files with 1 additions and 0 deletions

View File

@ -24,4 +24,5 @@ def log_to_db(ip: str, token: str, prompt: str, response: Union[str, None], gen_
'is_error': is_error
}
}
print(data)
r.publish('database-logger', pickle.dumps(data))