Repositories

Summary

CodeMaker AI allows the registration of a Git repository in the CodeMaker AI Portal. We can integrate with any Git provider, including GitHub, GitLab, etc.

Authentication

GitHub

Public GitHub repositories, do not require any authentication, making authentication optional. Private GitHub repositories will require an access token for CodeMaker AI to be able to access them. To create an access token on GitHub please consult the documentation page.

Permissions

The GitHub access token is only required to have read repo permission. The service will use it to access the repository's content. No other permission is needed.

Data Access

The repositories are currently only accessed when used with model fine-tuning. The specific branch is checked out during this process, and the repository's content is used to create a training dataset. This happens only on manual trigger. The repository will not be accessed outside of the fine-tuning process.

Limits

Category
Limit

Repositories

1

Last updated