mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-03-04 12:54:54 +00:00
Small fixes + polishing
This commit is contained in:
@@ -36,7 +36,7 @@ def ingest_worker(self, directory, formats, name_job, filename, user):
|
||||
sample = False
|
||||
token_check = True
|
||||
min_tokens = 150
|
||||
max_tokens = 2000
|
||||
max_tokens = 1250
|
||||
full_path = directory + '/' + user + '/' + name_job
|
||||
# check if API_URL env variable is set
|
||||
if not os.environ.get('API_URL'):
|
||||
|
||||
Reference in New Issue
Block a user