damn
This commit is contained in:
parent
2d9ec15302
commit
da77a24eaa
|
@ -66,8 +66,6 @@ def log_prompt(ip, token, prompt, response, gen_time, parameters, headers, backe
|
||||||
# TODO: test and verify this works as expected
|
# TODO: test and verify this works as expected
|
||||||
response = None
|
response = None
|
||||||
|
|
||||||
print(response)
|
|
||||||
|
|
||||||
timestamp = int(time.time())
|
timestamp = int(time.time())
|
||||||
conn = sqlite3.connect(opts.database_path)
|
conn = sqlite3.connect(opts.database_path)
|
||||||
c = conn.cursor()
|
c = conn.cursor()
|
||||||
|
|
Reference in New Issue