Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
If DevServices has been explicitly enabled or disabled. DevServices is generally enabled by default, unless there is an existing configuration present. When DevServices is enabled Quarkus will attempt to automatically serve a model if there are any matching ones. Environment variable: |
boolean |
|
The default port where the inference server listens for requests Environment variable: |
int |
|
Instructs Ollama to preload a model in order to get faster response times Environment variable: |
boolean |
|
Configuration property to enable or disable the use of the {response schema} placeholder in the @SystemMessage/@UserMessage. Environment variable: |
boolean |
|
Whether clients should log requests Environment variable: |
boolean |
|
Whether clients should log responses Environment variable: |
boolean |
|
Global timeout for requests to LLM APIs Environment variable: |
|
|
Configures the maximum number of retries for the guardrail. Sets it to 0 to disable retries. Environment variable: |
int |
|
Type |
Default |
|
The model provider to use Environment variable: |
string |
|
The model provider to use Environment variable: |
string |
|
The model provider to use Environment variable: |
string |
|
The model provider to use Environment variable: |
string |
|
Type |
Default |
|
The model provider to use Environment variable: |
string |
|
The model provider to use Environment variable: |
string |
|
The model provider to use Environment variable: |
string |
|
The model provider to use Environment variable: |
string |
About the Duration format
To write duration values, use the standard You can also use a simplified format, starting with a number:
In other cases, the simplified format is translated to the
|