This commit is contained in:
SpudGunMan
2024-08-31 23:29:41 -07:00
parent 60fdc7b7ea
commit 52c4c49bab
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -26,6 +26,8 @@ retry_int1 = False
retry_int2 = False
scheduler_enabled = False # enable the scheduler currently config via code only
wiki_return_limit = 3 # limit the number of sentences returned off the first paragraph first hit
llmRunCounter = 0
llmTotalRuntime = []
# Read the config file, if it does not exist, create basic config file
config = configparser.ConfigParser()