Nioi commited on
Commit
a210bde
·
1 Parent(s): a60c396

trying deepseek

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -15,7 +15,7 @@ def get_agent(provider:str) -> CodeAgent:
15
 
16
  if provider=='groq':
17
  model = LiteLLMModel(
18
- model_id="groq/qwen-qwq-32b",
19
  api_base="https://api.groq.com/openai/v1/chat/completions",
20
  api_key=groq_key)
21
 
 
15
 
16
  if provider=='groq':
17
  model = LiteLLMModel(
18
+ model_id="groq/deepseek-r1-distill-llama-70b",
19
  api_base="https://api.groq.com/openai/v1/chat/completions",
20
  api_key=groq_key)
21