0a66e69 553de78 0a66e69 553de78 0a66e69 553de78
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash # Start the Ollama server ollama serve & sleep 5 # Run the custom model ollama run hf.co/alibidaran/LLAMA3.2-Virtual_doctor_GGUF & sleep 5 # List available models ollama list # Start the Gradio chatbot python app.py