From 5178e3dfb625f16975763aa58e9c8f74e6b925fc Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Sun, 22 Sep 2024 19:06:01 +0300 Subject: [PATCH] Remove redundant log Signed-off-by: Michael Sverdlov --- general/ai/cli.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general/ai/cli.go b/general/ai/cli.go index dae42a20f..e0f5f7afd 100644 --- a/general/ai/cli.go +++ b/general/ai/cli.go @@ -25,8 +25,8 @@ type ApiCommand string const ( cliAiAppApiUrl = "https://cli-ai-app-stg.jfrog.info/api/" askRateLimitHeader = "X-JFrog-CLI-AI" - // The latest version of the terms and conditions for using the AI interface. - aiTermsRevision = 2 + // The latest version of the terms and conditions for using the AI interface. (TODO: add the link to terms here) + aiTermsRevision = 1 ) type ApiType string