summarylogtreecommitdiffstats
path: root/litellm-ollama.install
blob: 79dec32f11993c135bfb7614808a7b6e5531a25e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
	echo "v v v v v v v v v v

Example how to get started with orca-mini:

> pull orca-mini
# sudo -u litellm-ollama -- bash -c 'ollama serve & ollama pull orca-mini; kill -INT \$!'

> enable service for orca-mini
# systemctl enable --now litellm-ollama@orca-mini.service

> test API
# litellm --test

^ ^ ^ ^ ^ ^ ^ ^ ^ ^"
}