ApplicationConfig Configuration
Application configuration.
Parameters
Name | Type | Required | Description |
---|---|---|---|
hooks | HookConfig | ❌ | Configuration hooks, which will be executed before the configuration loading Defaults: [] |
system | SystemParameters | ❌ | System configuration Defaults: SystemParameters |
service | ServiceConfig | ❌ | Defaults: ServiceConfig |
models | ModelsDeployParameters | ❌ | Model deployment configuration Defaults: ModelsDeployParameters |
serves | BaseServeConfig | ❌ | Serve configuration Defaults: [] |
rag | RagParameters | ❌ | Rag Knowledge Parameters Defaults: RagParameters |
app | GPTsAppConfig | ❌ | GPTs application configuration Defaults: GPTsAppConfig |
trace | TracerParameters | ❌ | Global tracer configuration Defaults: TracerParameters |
log | LoggingParameters | ❌ | Logging configuration Defaults: LoggingParameters |