This commit is contained in:
2025-07-01 15:01:40 +00:00
parent 232aabca80
commit d81ad331c0

View File

@@ -36,10 +36,7 @@ from bs4 import BeautifulSoup
import pandas as pd
import openai
from openai.error import AuthenticationError, OpenAIError, RateLimitError, APIError, Timeout, InvalidRequestError, ServiceUnavailableError
from config import (Config, BRANCH_MAPPING_FILE, URL_CHECK_MARKER,
USER_AGENTS, LOG_DIR, TARGET_SCHEMA_STRING,
ALLOWED_TARGET_BRANCHES, FOCUS_TARGET_BRANCHES,
FOCUS_BRANCHES_PROMPT_PART)
from config import (Config, BRANCH_MAPPING_FILE, URL_CHECK_MARKER, USER_AGENTS, LOG_DIR)
# Optionale Bibliotheken
try: