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:
parent
8c7df4c2f9
commit
0534297ccc
3 changed files with 32 additions and 20 deletions
|
|
@ -1 +1,4 @@
|
|||
MINIMUM_LOG_LEVEL="DEBUG"
|
||||
# LOGGING
|
||||
MINIMUM_LOG_LEVEL = "DEBUG"
|
||||
|
||||
MINIMUM_WAIT_TIME = 60 * 15
|
||||
Loading…
Add table
Add a link
Reference in a new issue