You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include-repo-labels: true # Set to false if you're providing a config file with labels
43
43
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
@@ -67,7 +67,7 @@ By default, the AI labeler will use all labels found in your repository, as well
67
67
To disable this behavior, set `include-repo-labels` to `false`. In this case, the AI will only use labels defined in your config file. See the fine-tuning section below for more details.
include-repo-labels: false # Only use labels defined in config
73
73
```
@@ -82,7 +82,7 @@ You must specify an LLM provider and provide an API key. You can use either Open
82
82
By default, the AI labeler uses OpenAI's `gpt-4o-mini` model. This is an excellent and affordable choice for most users. However, 4o-mini can get confused by complex per-label instructions. You can specify a different model if you'd like:
0 commit comments