Krish-05 commited on
Commit
b114302
·
verified ·
1 Parent(s): 7dfedd8

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -12,7 +12,7 @@ echo "Starting Ollama server..."
12
  ollama serve &
13
 
14
  # Pull the model if not already present
15
- MODEL_TO_PULL="krishna_choudhary/AI_Assistant_Chatbot"
16
  if ! ollama list | grep -q "$MODEL_TO_PULL"; then
17
  echo "Pulling Ollama model: $MODEL_TO_PULL"
18
  ollama pull "$MODEL_TO_PULL"
 
12
  ollama serve &
13
 
14
  # Pull the model if not already present
15
+ MODEL_TO_PULL="krishna_choudhary/lightweight_chatbot"
16
  if ! ollama list | grep -q "$MODEL_TO_PULL"; then
17
  echo "Pulling Ollama model: $MODEL_TO_PULL"
18
  ollama pull "$MODEL_TO_PULL"