feat: audio chat

This commit is contained in:
superobk
2024-04-08 17:21:44 +08:00
parent 703bdaec5a
commit 41621b44f7
4 changed files with 42 additions and 3 deletions

View File

@ -46,4 +46,4 @@ async def workflows(script: Annotated[str, Form()], request: Request=None):
ast.exec(dsl_runtime)
if __name__ == "__main__":
uvicorn.run("main:app", host="127.0.0.1", port=8000, log_level="info")
uvicorn.run("main:app", host="0.0.0.0", port=8000, log_level="info")