yuoop commited on
Commit
046641f
·
verified ·
1 Parent(s): c00ba42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ async def extract_content(text: str) -> str:
57
  """
58
  lines = text.split('\n')
59
  ai_response = ''
60
- ignored_id = 'chatcmpl-nxaTnETiUyAVBjdRwlr38Yt3'
61
  created = 1687070102
62
 
63
  for line in lines:
 
57
  """
58
  lines = text.split('\n')
59
  ai_response = ''
60
+ ignored_id = 'chatcmpl-Em8sqOsIIDLYPNvC65WfFvqv'
61
  created = 1687070102
62
 
63
  for line in lines: