AI endpoint -> url setting rename

This commit is contained in:
mdecimus
2024-10-13 09:59:03 +02:00
parent a4d93341da
commit 51ccdf0c03
4 changed files with 6 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ path = "{PATH}/test_antispam.db"
#url = "redis://127.0.0.1"
[enterprise.ai.dummy]
endpoint = "https://127.0.0.1:9090/v1/chat/completions"
url = "https://127.0.0.1:9090/v1/chat/completions"
type = "chat"
model = "gpt-dummy"
allow-invalid-certs = true