From aadedda486cb41682a0adf66bc4415b47aa5e1f6 Mon Sep 17 00:00:00 2001 From: Nate Sesti <33237525+sestinj@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:59:39 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5367fff1..65cf9233 100644 --- a/README.md +++ b/README.md @@ -145,3 +145,8 @@ Create a model from a `Modelfile`. ``` curl -X POST http://localhost:11434/api/create -d '{"name": "my-model", "path": "/path/to/modelfile"}' ``` + +## Awesome projects built with Ollama + +### Continue +Use [Continue](https://github.com/continuedev/continue) to embed Ollama inside of VS Code. The extension lets you highlight code to add to the prompt, ask questions in the sidebar, and generate code inline.