Unverified Commit 81f75696 authored by Michael Chiang's avatar Michael Chiang Committed by GitHub
Browse files

Merge pull request #251 from jmorganca/mchiang0610-patch-2

add examples of projects using Ollama
parents fe530423 8bdcf894
...@@ -146,7 +146,10 @@ Create a model from a `Modelfile`. ...@@ -146,7 +146,10 @@ Create a model from a `Modelfile`.
curl -X POST http://localhost:11434/api/create -d '{"name": "my-model", "path": "/path/to/modelfile"}' curl -X POST http://localhost:11434/api/create -d '{"name": "my-model", "path": "/path/to/modelfile"}'
``` ```
## Awesome projects built with Ollama ## Projects built with Ollama
### Continue - [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.
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.
- [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.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment