Skip to content

Commit 8b7a881

Browse files
committed
docs(readme): document new copilot provider config example
- add example copilot table with model, max_tokens, and reasoning_effort - update README setup snippet to show copilot alongside existing providers
1 parent 5eb0bce commit 8b7a881

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@ require("ai_commit_msg").setup({
185185
},
186186
},
187187
},
188+
copilot = {
189+
model = "gpt-5-mini",
190+
max_tokens = 10000,
191+
reasoning_effort = "minimal",
192+
},
188193
})
189194
```
190195

0 commit comments

Comments
 (0)