Skip to content

Commit

Permalink
chore: update llm from groq provider
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Feb 19, 2025
1 parent 42f3f35 commit 041d79c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utils/llm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"claude-3-opus-20240229",
"claude-3-sonnet-20240229",
"claude-3-haiku-20240307",
"qwen-2.5-32b",
"qwen-2.5-coder-32b",
"deepseek-r1-distill-qwen-32b",
"deepseek-r1-distill-llama-70b",
"deepseek-r1-distill-llama-70b-specdec",
"gemma-7b-it",
"gemma2-9b-it",
"llama3-8b-8192",
Expand Down
2 changes: 2 additions & 0 deletions src/utils/llm/groq.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
@link_llm("llama-3.2")
@link_llm("llama-3.3-70b-")
@link_llm("mixtral")
@link_llm("qwen-2.5")
@link_llm("deepseek-r1-distill")
class Groq(AsyncChatOpenAI):
async def complete(self, prompt: str | list[Message], /, **config):
config = self._run_config | config
Expand Down

0 comments on commit 041d79c

Please sign in to comment.