File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.40.0 "
1
+ __version__ = "0.40.1 "
Original file line number Diff line number Diff line change @@ -2044,7 +2044,7 @@ class LemurModel(str, Enum):
2044
2044
LeMUR features different model modes that allow you to configure your request to suit your needs.
2045
2045
"""
2046
2046
2047
- claude3_7_sonnet_20250219 = "anthropic/claude-3-7-sonnet"
2047
+ claude3_7_sonnet_20250219 = "anthropic/claude-3-7-sonnet-20250219 "
2048
2048
"""
2049
2049
Claude 3.7 Sonnet is the most intelligent model to date, providing the highest level of intelligence and capability with toggleable extended thinking.
2050
2050
"""
@@ -2059,7 +2059,7 @@ class LemurModel(str, Enum):
2059
2059
Claude 3 Opus is good at handling complex analysis, longer tasks with many steps, and higher-order math and coding tasks.
2060
2060
"""
2061
2061
2062
- claude3_5_haiku_20241022 = "anthropic/claude-3-5-haiku"
2062
+ claude3_5_haiku_20241022 = "anthropic/claude-3-5-haiku-20241022 "
2063
2063
"""
2064
2064
Claude 3.5 Haiku is the fastest model, providing intelligence at blazing speeds.
2065
2065
"""
You can’t perform that action at this time.
0 commit comments