This version is still in development and is not considered stable yet. For the latest snapshot version, please use Spring AI 1.0.0-SNAPSHOT! |
Refer to the Dependency Management section to add the Spring AI BOM to your build file. |
Property |
Description |
Default |
spring.ai.huggingface.chat.api-key |
API Key to authenticate with the Inference Endpoint. |
- |
spring.ai.huggingface.chat.url |
URL of the Inference Endpoint to connect to |
- |
spring.ai.huggingface.chat.enabled |
Enable Hugging Face chat model. |
true |
replace the api-key and url with your Hugging Face values.
|
Refer to the Dependency Management section to add the Spring AI BOM to your build file. |