updated anthropic API key and requirements
This commit is contained in:
parent
f1e06553eb
commit
6460a46e39
2 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ Connector_AiOpenai_MAX_TOKENS = 2000
|
||||||
|
|
||||||
# Anthropic configuration
|
# Anthropic configuration
|
||||||
Connector_AiAnthropic_API_URL = https://api.anthropic.com/v1/messages
|
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_MODEL_NAME = claude-3-5-sonnet-20241022
|
||||||
Connector_AiAnthropic_TEMPERATURE = 0.2
|
Connector_AiAnthropic_TEMPERATURE = 0.2
|
||||||
Connector_AiAnthropic_MAX_TOKENS = 2000
|
Connector_AiAnthropic_MAX_TOKENS = 2000
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,8 @@ markdown
|
||||||
beautifulsoup4==4.12.2 # Required for HTML/XML parsing
|
beautifulsoup4==4.12.2 # Required for HTML/XML parsing
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
chardet>=5.0.0 # Für Zeichensatzerkennung bei Webinhalten
|
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
|
## Image Processing
|
||||||
Pillow>=10.0.0 # Für Bildverarbeitung (als PIL importiert)
|
Pillow>=10.0.0 # Für Bildverarbeitung (als PIL importiert)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue