Skip to content

Commit

Permalink
Remove redundant log
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Sep 22, 2024
1 parent 098026a commit 5178e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions general/ai/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5178e3d

Please sign in to comment.