tabbyAPI-ollama/endpoints/utils.py
kingbri 6613e38436 Main: Make openapi export store locally
This runs faster than always making a syscall to check if the env
var is set.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-07-08 14:54:06 -04:00

3 lines
88 B
Python

import os
do_export_openapi = os.getenv("EXPORT_OPENAPI", "").lower() in ("true", "1")