feat: [backend] vision support (#1510)
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
This commit is contained in:
parent
d0e1ea8f06
commit
41d0a8b295
61 changed files with 1563 additions and 300 deletions
|
|
@ -7,4 +7,4 @@ bp = Blueprint('web', __name__, url_prefix='/api')
|
|||
api = ExternalApi(bp)
|
||||
|
||||
|
||||
from . import completion, app, conversation, message, site, saved_message, audio, passport
|
||||
from . import completion, app, conversation, message, site, saved_message, audio, passport, file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue