5 lines
96 B
Bash
5 lines
96 B
Bash
if ! [ "$2" = "" ]; then
|
|
ollama run qwen3-coder:30b "$@"
|
|
else
|
|
ollama run qwen3-coder:30b
|
|
fi
|