Merge cluster to master #3

Merged
cyberes merged 163 commits from cluster into master 2023-10-27 19:19:22 -06:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 979a945466 - Show all commits

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))