precommit tested
This commit is contained in:
parent
9951f8584a
commit
848465d5d7
4 changed files with 5 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -15,3 +15,5 @@ ignore_this.txt
|
|||
gui/
|
||||
*.log
|
||||
.vscode
|
||||
inputs
|
||||
rag_storage
|
||||
|
|
|
|||
|
|
@ -400,5 +400,6 @@ def main():
|
|||
app = create_app(args)
|
||||
uvicorn.run(app, host=args.host, port=args.port)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
|
|||
|
|
@ -400,5 +400,6 @@ def main():
|
|||
app = create_app(args)
|
||||
uvicorn.run(app, host=args.host, port=args.port)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
|
|||
|
|
@ -404,5 +404,6 @@ def main():
|
|||
app = create_app(args)
|
||||
uvicorn.run(app, host=args.host, port=args.port)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue