We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13af03e commit bcabd2eCopy full SHA for bcabd2e
start.sh
@@ -182,7 +182,7 @@ handle_ollama_env() {
182
183
# if there is no ollama model given, do not add any ollama compose profile
184
ollama_needed=false
185
- ollama_models="nous-hermes2theta-llama3-8b phi3:medium phi3:medium-128k phi3:3.8b llama3.1:latest"
+ ollama_models="nous-hermes2theta-llama3-8b phi3:medium phi3:medium-128k phi3:3.8b phi3.5 llama3.1:latest"
186
for m in $(echo "$DKN_MODELS" | tr ',' ' '); do
187
case " $ollama_models " in
188
*" $m "*) ollama_needed=true; break;;
0 commit comments