OpenAI allows for interactions with the OpenAI API.
| 32 | |
| 33 | // OpenAI allows for interactions with the OpenAI API. |
| 34 | type OpenAI struct { |
| 35 | cfg config.OpenAI |
| 36 | circuitBreaker *config.CircuitBreaker |
| 37 | } |
| 38 | |
| 39 | var _ Provider = &OpenAI{} |
| 40 |
nothing calls this directly
no outgoing calls
no test coverage detected