Next steps
Where to go after your first program.
Your first program works. Here is what to do next.
Learn the parts
- Architecture shows how yzma calls
llama.cpp. - Packages shows what each Go package does.
- Hardware acceleration shows which processor to use.
Write more programs
- Chat keeps a conversation.
- Vision asks a question about an image.
- Embeddings turns text into a vector.
- Tool calling lets a model call your Go functions.
- Browser runs the same program in a web page.
Read the reference
- Command line lists every
yzmacommand. - Environment variables lists every setting.
- Examples lists the example programs in the repository.
- The Go API is on pkg.go.dev.
See what other people build
The Projects section shows the tools, the applications, and the articles that use yzma.