Update app.py
Browse files
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-
|
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:
|