Spaces:
Runtime error
Runtime error
gmerrill
commited on
Commit
·
13dc3e9
1
Parent(s):
6edf48b
update
Browse files
main.py
CHANGED
@@ -8,7 +8,7 @@ import subprocess
|
|
8 |
import torch
|
9 |
|
10 |
def log(msg):
|
11 |
-
print(str(datetime.datetime.now()) + ': ' + str(msg))
|
12 |
|
13 |
def get_prompt(user_query: str, functions: list = []) -> str:
|
14 |
"""
|
|
|
8 |
import torch
|
9 |
|
10 |
def log(msg):
|
11 |
+
print(str(datetime.datetime.now()) + ': ' + str(msg), flush=True)
|
12 |
|
13 |
def get_prompt(user_query: str, functions: list = []) -> str:
|
14 |
"""
|