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 17, 2024
1 parent 8bb6d06 commit 19c209d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claude.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ClaudeConfig(LLMSettings):

anthropic_api_key: Optional[SecretStr]
model: str = "claude-3-opus-20240229"
max_tokens: Optional[int] = 4000
max_tokens: Optional[int] = 4096
temperature: float = 0.7
streaming: bool = True

Expand Down

0 comments on commit 19c209d

Please sign in to comment.