11 lines
250 B
YAML
11 lines
250 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# defaults file for ansible-role-localai
|
|
localai_disable_webui: "false"
|
|
localai_api_keys:
|
|
- "123abc"
|
|
- "abc123"
|
|
localai_watchdog_idle: "false"
|
|
localai_watchdog_idle_timeout: "15m"
|
|
localai_watchdog_busy: "true"
|