bugfix
This commit is contained in:
@@ -24,7 +24,7 @@ CREDENTIALS_FILE = os.path.join(BASE_DIR, "service_account.json")
|
||||
API_KEY_FILE = os.path.join(BASE_DIR, "api_key.txt") # OpenAI
|
||||
SERP_API_KEY_FILE = os.path.join(BASE_DIR, "serpApiKey.txt")
|
||||
GENDERIZE_API_KEY_FILE = os.path.join(BASE_DIR, "genderize_API_Key.txt")
|
||||
BRANCH_MAPPING_FILE = os.path.join(BASE_DIR, "ziel_Branchenschema.csv") # Enthält Zielschema
|
||||
BRANCH_MAPPING_FILE = None
|
||||
LOG_DIR = os.path.join(BASE_DIR, "Log")
|
||||
|
||||
# --- ML Modell Artefakte ---
|
||||
|
||||
Reference in New Issue
Block a user