This website requires JavaScript.
Explore
Help
Sign In
pali112
/
ollama
Watch
1
Star
0
Fork
You've already forked ollama
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
48e78e9be1
ollama
/
api
/
examples
/
README.md
380 B
Raw
Blame
History
Ollama API Examples
Run the examples in this directory with:
go run example_name/main.go
Chat - Chat with a model
chat/main.go
Generate - Generate text from a model
generate/main.go
generate-streaming/main.go
Pull - Pull a model
pull-progress/main.go