Skip to content

Commit

Permalink
minor log fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Aug 15, 2024
1 parent 1850e42 commit 41e5407
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ handle_ollama_env() {
# Depending on the host os, use localhost or host.docker.internal for Ollama host
if [ "$OS" = "Mac" ]; then
OLLAMA_HOST="http://host.docker.internal"
echo "ollama host... ${OLLAMA_HOST}"
elif [ "$OS" = "Linux" ]; then
OLLAMA_HOST="http://localhost"
fi
Expand Down Expand Up @@ -296,8 +295,6 @@ echo ""
echo "Starting in ${START_MODE} mode..."
echo "Log level: ${RUST_LOG}"
echo "Using models: ${DKN_MODELS}"
echo "${COMPOSE_UP}"

echo ""
eval "${COMPOSE_UP}"

Expand Down

0 comments on commit 41e5407

Please sign in to comment.