mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-09 11:48:47 +00:00
Set default endpoints for all modules so plugins works out of the box (#2)
This commit is contained in:
parent
b9a650fde4
commit
a5f1b003d9
@ -53,7 +53,7 @@ plugins:
|
||||
default: false
|
||||
client: true
|
||||
ai_sentiment_inference_service_api_endpoint:
|
||||
default: ''
|
||||
default: "https://sentiment-testing.demo-by-discourse.com"
|
||||
ai_sentiment_inference_service_api_key:
|
||||
default: ''
|
||||
ai_sentiment_models:
|
||||
@ -67,7 +67,7 @@ plugins:
|
||||
|
||||
ai_nsfw_detection_enabled: false
|
||||
ai_nsfw_inference_service_api_endpoint:
|
||||
default: ""
|
||||
default: "https://nsfw-testing.demo-by-discourse.com"
|
||||
ai_nsfw_inference_service_api_key:
|
||||
default: ""
|
||||
ai_nsfw_flag_automatically: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user