Add deepseek model

This commit is contained in:
ben
2025-02-01 13:53:18 +01:00
parent 187d8d1753
commit 01f224002e

View File

@@ -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"