diff --git a/lib/language-inference-engine.js b/lib/language-inference-engine.js index c5195ff..fa18174 100644 --- a/lib/language-inference-engine.js +++ b/lib/language-inference-engine.js @@ -13,6 +13,7 @@ // - Google Gemini: https://developers.google.com/idx/support/privacy // - DeepSeek: https://chat.deepseek.com/downloads/DeepSeek%20Privacy%20Policy.html // - Moonshot: https://kimi.moonshot.cn/user/agreement/userPrivacy +// - Catswords AI: https://policy.catswords.social/site_terms.html // var HTTP = require("lib/http"); var CRED = require("lib/credentials");