Made llm_api_url optional

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
This commit is contained in:
tapas-joshi 2024-09-13 12:12:42 -04:00
parent 8c7df4c2f9
commit 0534297ccc
3 changed files with 32 additions and 20 deletions

View file

@ -1 +1,4 @@
MINIMUM_LOG_LEVEL="DEBUG"
# LOGGING
MINIMUM_LOG_LEVEL = "DEBUG"
MINIMUM_WAIT_TIME = 60 * 15