Kokoro-FastAPI
Kokoro-FastAPI copied to clipboard
Can we make temp files settings configurable as environment variables?
max_temp_dir_age_hours: int = 1 # Remove temp files older than 1 hour max_temp_dir_count: int = 3 # Maximum number of temp files to keep
These two variables would be better to be able to configure as environment variable in docker compose file.