Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
DeepSeekConfig.java File Reference
import java.net.URI;
import java.time.Duration;
import java.util.Map;
import java.util.Objects;
Include dependency graph for DeepSeekConfig.java:

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.