Skip to content

Endpoint for generating Git command from natural language

Igor Drozdov requested to merge id-git-command-endpoint into master

What does this MR do and why?

This endpoint generates Git command from natural language.

POST http://127.0.0.1:3000/api/v4/ai/llm/git_command "PRIVATE-TOKEN: ..." prompt="list commits shas"

Result will be a Git command with an explanation

Related issue: &10402 (comment 1365078003)

Edited by Igor Drozdov

Merge request reports