Files
T
2023-08-25 19:00:21 -07:00

5 lines
225 B
Go

// Package callbacks includes a standard interface for hooking into various
// stages of your LLM application. The package contains an implementation of
// this interface that prints to the standard output.
package callbacks