浏览代码

适配外部机器人[新增聊天接口]

liangxunge 2 月之前
父节点
当前提交
fef42b3062
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      api/controllers/service_api/app/completion.py

+ 2 - 2
api/controllers/service_api/app/completion.py

@@ -1,11 +1,11 @@
 import json
 import logging
-from typing import Generator
+from collections.abc import Generator
 
 import requests
 from flask import request
 from flask_restful import Resource, reqparse  # type: ignore
-from werkzeug.exceptions import InternalServerError, NotFound, BadRequest
+from werkzeug.exceptions import BadRequest, InternalServerError, NotFound
 
 import services
 from controllers.service_api import api