6 lines
390 B
Go
6 lines
390 B
Go
// Package openai_compat provides an Adapter for OpenAI-compatible inference
|
|
// servers such as Lemonade Server via the /v1/models and /v1/chat/completions
|
|
// endpoints. Unlike the vllm adapter it carries an explicit provider label,
|
|
// per-request auth/header injection and top-level option passthrough so a
|
|
// provider boundary and its config contract stay distinct.
|
|
package openai_compat
|