This commit is contained in:
Cyberes 2023-08-23 22:21:59 -06:00
parent e52acb03a4
commit 4ffee69b1d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from llm_server.helpers import resolve_path
from llm_server.routes.cache import cache, redis
from llm_server.routes.helpers.http import cache_control
from llm_server.routes.queue import start_workers
from llm_server.routes.stats import SemaphoreCheckerThread, elapsed_times_cleanup, process_avg_gen_time
from llm_server.routes.stats import SemaphoreCheckerThread, process_avg_gen_time
from llm_server.routes.v1 import bp
script_path = os.path.dirname(os.path.realpath(__file__))