Tested with Ollama local and it works without providing any URL. Also made MINIMUM_WAIT_TIME a config variable in app_config which can easily be tweaked
4 lines
No EOL
66 B
Python
4 lines
No EOL
66 B
Python
# LOGGING
|
|
MINIMUM_LOG_LEVEL = "DEBUG"
|
|
|
|
MINIMUM_WAIT_TIME = 60 * 15 |