Merge pull request #249 from sestinj/main

Add "Awesome projects built with Ollama" section to README, including Continue
This commit is contained in:
Michael Chiang 2023-08-01 08:07:50 -07:00 committed by GitHub
commit fe530423a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.