Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import logging
|
|
3 |
import os
|
4 |
import asyncio
|
5 |
import subprocess
|
6 |
-
import
|
7 |
|
8 |
# 로깅 설정
|
9 |
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s:%(levelname)s:%(name)s: %(message)s', handlers=[logging.StreamHandler()])
|
|
|
3 |
import os
|
4 |
import asyncio
|
5 |
import subprocess
|
6 |
+
import openai
|
7 |
|
8 |
# 로깅 설정
|
9 |
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s:%(levelname)s:%(name)s: %(message)s', handlers=[logging.StreamHandler()])
|