import java.net.URI;import java.time.Duration;import java.util.Map;import java.util.Objects;Go to the source code of this file.
Packages | |
| package | dev.rafex.ether.ai.deepseek.config |
Functions | |
| record | dev.rafex.ether.ai.deepseek.config.DeepSeekConfig (String apiKey, URI baseUri, Duration timeout, Map< String, String > defaultHeaders) |
| Immutable configuration for connecting to the DeepSeek chat completions API. | |