mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 20:20:42 +00:00
api cleanup, microphone permission
This commit is contained in:
parent
37615c5a24
commit
99b4accd7b
35 changed files with 81 additions and 95 deletions
|
|
@ -1,9 +1,7 @@
|
|||
import base64
|
||||
from io import BytesIO
|
||||
|
||||
from python.helpers.api import ApiHandler, Input, Output, Request, Response
|
||||
from flask import send_file
|
||||
|
||||
from python.helpers.api import ApiHandler, Input, Output, Request, Response, send_file
|
||||
from python.helpers import files, runtime
|
||||
from python.api import file_info
|
||||
import os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue