MCPcopy Create free account
hub / github.com/coder/aibridge / OpenAI

Struct OpenAI

provider/openai.go:34–37  ·  view source on GitHub ↗

OpenAI allows for interactions with the OpenAI API.

Source from the content-addressed store, hash-verified

32
33// OpenAI allows for interactions with the OpenAI API.
34type OpenAI struct {
35 cfg config.OpenAI
36 circuitBreaker *config.CircuitBreaker
37}
38
39var _ Provider = &OpenAI{}
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected