Added claude-3-7
Browse files- arena/llm.py +1 -1
arena/llm.py
CHANGED
@@ -131,7 +131,7 @@ class Claude(LLM):
|
|
131 |
A class to act as an interface to the remote AI, in this case Claude
|
132 |
"""
|
133 |
|
134 |
-
model_names = ["claude-3-5-sonnet-latest"]
|
135 |
|
136 |
def __init__(self, model_name: str, temperature: float):
|
137 |
"""
|
|
|
131 |
A class to act as an interface to the remote AI, in this case Claude
|
132 |
"""
|
133 |
|
134 |
+
model_names = ["claude-3-5-sonnet-latest", "claude-3-7-sonnet-latest"]
|
135 |
|
136 |
def __init__(self, model_name: str, temperature: float):
|
137 |
"""
|