From 4ca43a694cc4eae8f09ef5777db0c29ea3e12ddb Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 1 Aug 2023 15:05:39 -0400 Subject: [PATCH] remove newlines between list items in `README.md` --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1f470ce8..00a8a742 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,5 @@ curl -X POST http://localhost:11434/api/create -d '{"name": "my-model", "path": ## Projects built with Ollama - [Continue](https://github.com/continuedev/continue) - embeds Ollama inside Visual Studio Code. The extension lets you highlight code to add to the prompt, ask questions in the sidebar, and generate code inline. - - [Discord AI Bot](https://github.com/mekb-turtle/discord-ai-bot) - interact with Ollama as a chatbot on Discord. - - [Raycast Ollama](https://github.com/MassimilianoPasquini97/raycast_ollama) - Raycast extension to use Ollama for local llama inference on Raycast.