Skip to content

Commit 4cdb9f2

Browse files
committed
feat: Add deepseek model
1 parent 3d8f949 commit 4cdb9f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openagent/conf/llm_provider.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@
1414

1515
SUPPORTED_OLLAMA_MODELS = {
1616
"llama3.2": {"name": "llama3.2", "supports_tools": True},
17-
"mistral-nemo": {"name": "mistral-nemo", "supports_tools": True},
1817
"darkmoon/olmo:7B-instruct-q6-k": {"name": "olmo", "supports_tools": False},
1918
'llama3.1': {'name': 'llama3.1', 'supports_tools': True},
2019
"qwen2.5": {"name": "qwen2.5", "supports_tools": True},
2120
"mistral": {"name": "mistral", "supports_tools": True},
22-
"qwen2": {"name": "qwen2", "supports_tools": True},
21+
"deepseek-r1:32b": {"name": "deepseek-r1", "supports_tools": False},
2322
}
2423

2524
MODELS_ICONS = {
@@ -31,6 +30,7 @@
3130
"olmo": "/public/olmo.png",
3231
"qwen2": "/public/qwen.png",
3332
"qwen2.5": "/public/qwen.png",
33+
"deepseek-r1":"public/deepseek.png",
3434
}
3535

3636

public/deepseek.png

4.37 KB
Loading

0 commit comments

Comments
 (0)