This website works better with JavaScript.
Explore
Help
Register
Sign In
zky
/
ai_model
Watch
2
Star
0
Fork
You've already forked ai_model
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12bc65afbf
ai_model
/
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