Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve jf how AI assistant command interface UI #2705

Merged
merged 24 commits into from
Sep 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove redundant log
Signed-off-by: Michael Sverdlov <[email protected]>
sverdlov93 committed Sep 22, 2024
commit 5178e3dfb625f16975763aa58e9c8f74e6b925fc
4 changes: 2 additions & 2 deletions general/ai/cli.go
Original file line number Diff line number Diff line change
@@ -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