类 EmbeddingProperties
java.lang.Object
io.github.pigmesh.ai.deepseek.core.DeepSeekConfig
io.github.pigmesh.ai.deepseek.config.EmbeddingProperties
@ConfigurationProperties(prefix="embedding")
public class EmbeddingProperties
extends DeepSeekConfig
- 作者:
- lengleng
-
字段概要
字段从类继承的字段 io.github.pigmesh.ai.deepseek.core.DeepSeekConfig
apiKey, callTimeout, connectTimeout, defaultSystemPrompt, logLevel, logRequests, logResponses, model, proxy, readTimeout, searchApiKey -
构造器概要
构造器 -
方法概要
从类继承的方法 io.github.pigmesh.ai.deepseek.core.DeepSeekConfig
canEqual, equals, getApiKey, getBaseUrl, getCallTimeout, getConnectTimeout, getLogLevel, getModel, getProxy, getReadTimeout, getSearchApiKey, hashCode, isDefaultSystemPrompt, isLogRequests, isLogResponses, setApiKey, setBaseUrl, setCallTimeout, setConnectTimeout, setDefaultSystemPrompt, setLogLevel, setLogRequests, setLogResponses, setModel, setProxy, setReadTimeout, setSearchApiKey, toString
-
字段详细资料
-
baseUrl
基本 URL
-
-
构造器详细资料
-
EmbeddingProperties
public EmbeddingProperties()
-