(config: OpenAIConfig)
| 297 | } |
| 298 | |
| 299 | pub fn with_config(config: OpenAIConfig) -> Self { |
| 300 | Self::from_config(config, false) |
| 301 | } |
| 302 | |
| 303 | pub fn openai_compatible(base_url: impl Into<String>, api_key: impl Into<String>) -> Self { |
| 304 | Self::from_config( |
nothing calls this directly
no test coverage detected