ka1kuk commited on
Commit
ae63957
·
verified ·
1 Parent(s): f4ff574

Update messagers/message_outputer.py

Browse files
Files changed (1) hide show
  1. messagers/message_outputer.py +1 -1
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": current_time,
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",