diff --git a/config.ini b/config.ini index a5284bde..0ba1e0bf 100644 --- a/config.ini +++ b/config.ini @@ -14,7 +14,8 @@ Connector_AiOpenai_MAX_TOKENS = 2000 # Anthropic configuration Connector_AiAnthropic_API_URL = https://api.anthropic.com/v1/messages -Connector_AiAnthropic_API_SECRET = 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 +Connector_AiAnthropic_API_SECRET_OLD = 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 +Connector_AiAnthropic_API_SECRET = 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 Connector_AiAnthropic_MODEL_NAME = claude-3-5-sonnet-20241022 Connector_AiAnthropic_TEMPERATURE = 0.2 Connector_AiAnthropic_MAX_TOKENS = 2000 diff --git a/requirements.txt b/requirements.txt index 03280cad..76406469 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,6 +40,8 @@ markdown beautifulsoup4==4.12.2 # Required for HTML/XML parsing requests==2.31.0 chardet>=5.0.0 # Für Zeichensatzerkennung bei Webinhalten +aiohttp>=3.8.0 # Required for SharePoint operations (async HTTP) +selenium>=4.15.0 # Required for web automation and JavaScript-heavy pages ## Image Processing Pillow>=10.0.0 # Für Bildverarbeitung (als PIL importiert)