Skip to content

Commit

Permalink
Bump Groq Llama 3.1-70b (deprecated) to 3.3-70b
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaC215 committed Dec 27, 2024
1 parent d465541 commit d014f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
AnthropicModelName.SONNET_35: "claude-3-5-sonnet-latest",
GoogleModelName.GEMINI_15_FLASH: "gemini-1.5-flash",
GroqModelName.LLAMA_31_8B: "llama-3.1-8b-instant",
GroqModelName.LLAMA_31_70B: "llama-3.1-70b-versatile",
GroqModelName.LLAMA_33_70B: "llama-3.3-70b-versatile",
GroqModelName.LLAMA_GUARD_3_8B: "llama-guard-3-8b",
AWSModelName.BEDROCK_HAIKU: "anthropic.claude-3-5-haiku-20241022-v1:0",
FakeModelName.FAKE: "fake",
Expand Down
2 changes: 1 addition & 1 deletion src/schema/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class GroqModelName(StrEnum):
"""https://console.groq.com/docs/models"""

LLAMA_31_8B = "groq-llama-3.1-8b"
LLAMA_31_70B = "groq-llama-3.1-70b"
LLAMA_33_70B = "groq-llama-3.3-70b"

LLAMA_GUARD_3_8B = "groq-llama-guard-3-8b"

Expand Down

0 comments on commit d014f43

Please sign in to comment.