Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Sep 14, 2024
1 parent 819f71b commit 7307628
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wren-ai-service/src/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ def health():
port=server_port,
reload=should_reload,
reload_includes=["src/**/*.py", ".env.dev"],
reload_excludes=[
"./demo/*.py",
], # TODO: add eval folder when evaluation system is ready
workers=1,
loop="uvloop",
http="httptools",
Expand Down

0 comments on commit 7307628

Please sign in to comment.