Update messagers/message_outputer.py
Browse files
messagers/message_outputer.py
CHANGED
@@ -11,7 +11,7 @@ class OpenaiStreamOutputer:
|
|
11 |
def __init__(self):
|
12 |
current_time = int(time.time())
|
13 |
self.default_data = {
|
14 |
-
"created":
|
15 |
"id": "chatcmpl-hugginface",
|
16 |
"object": "chat.completion.chunk",
|
17 |
# "content_type": "Completions",
|
|
|
11 |
def __init__(self):
|
12 |
current_time = int(time.time())
|
13 |
self.default_data = {
|
14 |
+
"created": 1700000,
|
15 |
"id": "chatcmpl-hugginface",
|
16 |
"object": "chat.completion.chunk",
|
17 |
# "content_type": "Completions",
|