trying deepseek
Browse files
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/
|
| 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 |
|