Add doc.go with package-level godoc for all 15 packages, runnable example functions for chat completion, streaming, embeddings, and error handling, plus build-tagged integration tests for live API validation.
4 lines
133 B
Go
4 lines
133 B
Go
// Package fim provides types for the Mistral Fill-in-the-Middle (FIM)
|
|
// completion API, used for code infilling tasks.
|
|
package fim
|