API: Add config option to select servers
Always enable the core endpoints and allow servers to be selected as needed. Use the OAI server by default. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
9ad69e8ab6
commit
300f034233
2 changed files with 20 additions and 1 deletions
|
|
@ -23,6 +23,10 @@ network:
|
|||
# NOTE: Only enable this for debug purposes
|
||||
send_tracebacks: False
|
||||
|
||||
# Select API servers to enable (default: ["OAI"])
|
||||
# Possible values: OAI
|
||||
api_servers: ["OAI"]
|
||||
|
||||
# Options for logging
|
||||
logging:
|
||||
# Enable prompt logging (default: False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue