Class HuggingfaceChatProperties
java.lang.Object
org.springframework.ai.autoconfigure.huggingface.HuggingfaceChatProperties
@ConfigurationProperties("spring.ai.huggingface.chat")
public class HuggingfaceChatProperties
extends Object
Configuration properties for Hugging Face chat model.
- Author:
- Christian Tzolov, Josh Long, Mark Pollack, Thomas Vitale
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
HuggingfaceChatProperties
public HuggingfaceChatProperties()
-
-
Method Details
-
getApiKey
-
setApiKey
-
getUrl
-
setUrl
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled)
-