You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- exclude_model: IDs of models to exclude from monitoring
133
135
- models: List of models, used only when unable to retrieve models from the channel (/v1/models)
134
136
- force_models: If true, only the above models will be tested, and channel models will not be fetched. Default is false
137
+
- force_inside_models: If true, only the models set in OneAPI will be tested, and the model list will not be fetched. Default is false. If force_models is true, this option is invalid.
135
138
- time_period: Interval for testing model availability, recommended not less than 30 minutes, accepts time formats s, m, h
136
139
- max_concurrency: Maximum number of concurrent tests within a channel, default is 5
137
140
- rps: Requests per second within a channel, default is 5
138
141
- db_type: Database type, including mysql, sqlite, postgres, sqlserver
139
142
- db_dsn: Database DSN string, the format varies by database type. Examples below
143
+
- do_not_modify_db: If true, the available models in the database will not be modified. Default is false
140
144
- base_url: The base URL for OneAPI/NewAPI/OneHub. If using host mode, you can directly use http://localhost:3000. Currently, only OneHub requires this field.
141
145
- system_token: System token, currently only required for OneHub.
142
146
- uptime-kuma: Configuration for Uptime Kuma. The status can be `enabled` or `disabled`. The model_url and channel_url are the availability Push URLs for models and channels.
0 commit comments