fix: import openai.error

This commit is contained in:
lanvent
2023-03-28 22:18:29 +08:00
parent 72994bc9ef
commit fd64f88a7e
3 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ from bridge.reply import Reply, ReplyType
from config import conf
from common.log import logger
import openai
import openai.error
import time
user_session = dict()