mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
first commit
This commit is contained in:
commit
621d00dd80
89 changed files with 15315 additions and 0 deletions
9
atroposlib/cli/run_api.py
Normal file
9
atroposlib/cli/run_api.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import uvicorn
|
||||
|
||||
|
||||
def main():
|
||||
uvicorn.run("atroposlib.api:app", host="0.0.0.0", port=8000, reload=True)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue