Add deepseek model
This commit is contained in:
@@ -10,6 +10,7 @@ do
|
||||
curl -s "${OLLAMA_HOST}/api/tags" | jq '.models[].name' | grep ${m} > /dev/null
|
||||
if [[ $? -ne 0 ]]
|
||||
then
|
||||
echo "download {m}"
|
||||
curl -s "${OLLAMA_HOST}/api/pull" -d "{\"model\": \"${m}\"}"
|
||||
else
|
||||
echo "${m} already installed"
|
||||
|
||||
Reference in New Issue
Block a user