all

package
v0.5.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package all registers every built-in protocol adapter into the llm package default registry. Import it for side effects when an application wants both the OpenAI-compatible and Anthropic protocols available to llm.Stream and llm.Complete without choosing providers individually:

import (
	"github.com/ktsoator/or/llm"
	_ "github.com/ktsoator/or/llm/all"
)

To link only the providers an application uses — and avoid pulling in the other vendor SDK — import the specific provider packages instead.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL