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