Skip to content

Commit

Permalink
Update claude.py
Browse files Browse the repository at this point in the history
  • Loading branch information
momysnow authored Mar 14, 2024
1 parent ae5bb6b commit 8bb6d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions claude.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from langchain_anthropic import ChatAnthropic

class ClaudeConfig(LLMSettings):
"""La configurazione per il plugin Claude."""
"""Setup for the Claude plugin."""

anthropic_api_key: Optional[SecretStr]
model: str = "claude-3-opus-20240229"
Expand All @@ -20,7 +20,7 @@ class ClaudeConfig(LLMSettings):
model_config = ConfigDict(
json_schema_extra={
"humanReadableName": "Claude",
"description": "Configurazione per Claude AI di Anthropic",
"description": "Setup for Anthropic's Claude AI",
"link": "https://www.anthropic.com/",
}
)
Expand Down

0 comments on commit 8bb6d06

Please sign in to comment.