diff --git a/openthinker/32b b/openthinker/32b new file mode 100755 index 0000000..45bd35b --- /dev/null +++ b/openthinker/32b @@ -0,0 +1,4 @@ +#!/bin/bash +# https://ollama.com/library/openthinker/tags + +docker exec -it ai-ollama ollama run openthinker:32b --verbose diff --git a/openthinker/7b b/openthinker/7b new file mode 100755 index 0000000..7db944d --- /dev/null +++ b/openthinker/7b @@ -0,0 +1,4 @@ +#!/bin/bash +# https://ollama.com/library/openthinker/tags + +docker exec -it ai-ollama ollama run openthinker:7b --verbose