spring-gemini-chat / target /classes /META-INF /spring-configuration-metadata.json
Phoenix21's picture
Update JAR files
c9f30ce verified
raw
history blame contribute delete
810 Bytes
{
"groups": [
{
"name": "gemini.api",
"type": "com.example.p1.config.AiConfiguration",
"sourceType": "com.example.p1.config.AiConfiguration"
}
],
"properties": [
{
"name": "gemini.api.base-url",
"type": "java.lang.String",
"sourceType": "com.example.p1.config.AiConfiguration"
},
{
"name": "gemini.api.key",
"type": "java.lang.String",
"sourceType": "com.example.p1.config.AiConfiguration"
},
{
"name": "gemini.api.model",
"type": "java.lang.String",
"sourceType": "com.example.p1.config.AiConfiguration"
},
{
"name": "gemini.api.timeout",
"type": "java.lang.Integer",
"sourceType": "com.example.p1.config.AiConfiguration",
"defaultValue": 30000
}
],
"hints": []
}