Luke Hollenback

Results 4 issues of Luke Hollenback

When I configure AI Code Reviewer to run against `gpt-4-0125-preview` (a turbo model), I get the following failure (sometimes on repeat, sometimes only once) in the `AI Code Reviewer` step...

Just in case https://github.com/freeedcom/ai-codereviewer/pull/57 does not fully get to the bottom of the JSON parsing issue in Issue #56, this pull request adds some extra debug output. It also makes...

This pull request adds custom command support to the prompt passed to the LLM when asking it to review files. In a repository's workflow configuration file for AI Code Reviewer,...

This is a fix for Issue #56, ultimately caused by invalid JSON output being produced by the model, by forcing JSON mode on all supported models. Was previously only forced...