From d7831377ee127cf1d10175d5abb10d35bcc575d7 Mon Sep 17 00:00:00 2001 From: Chris Stefano Date: Sun, 18 Feb 2024 12:43:39 +0000 Subject: [PATCH] feat: ollama plugin --- README.md | 1 + plugins/ollama | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/ollama diff --git a/README.md b/README.md index d846ff480..06ca5a4d8 100644 --- a/README.md +++ b/README.md @@ -521,6 +521,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | odo | [rm3l/asdf-odo](https://github.com/rm3l/asdf-odo) | | okta-aws-cli | [bennythejudge/asdf-plugin-okta-aws-cli](https://github.com/bennythejudge/asdf-plugin-okta-aws-cli) | | Okteto | [BradenM/asdf-okteto](https://github.com/BradenM/asdf-okteto) | +| ollama | [virtualstaticvoid/asdf-ollama](https://github.com/virtualstaticvoid/asdf-ollama) | | om | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf) | | Onyx | [jtakakura/asdf-onyx](https://github.com/jtakakura/asdf-onyx) | | OPA | [tochukwuvictor/asdf-opa](https://github.com/tochukwuvictor/asdf-opa) | diff --git a/plugins/ollama b/plugins/ollama new file mode 100644 index 000000000..ed2c04b3b --- /dev/null +++ b/plugins/ollama @@ -0,0 +1 @@ +repository = https://github.com/virtualstaticvoid/asdf-ollama.git