mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-21 18:16:47 +00:00
- [Bugfix] - [JSON Format not supported for some of OpenAI models]
- [Improvement] - [Added max token for in case of bigger file requirement] Find more here for supported JSON versions : https://platform.openai.com/docs/guides/structured-outputs?api-mode=chat
This commit is contained in:
parent
a9a064dfa1
commit
c8d1cc7b9e
2 changed files with 23 additions and 4 deletions
|
@ -11,6 +11,10 @@ inputs:
|
|||
description: "OpenAI API model."
|
||||
required: false
|
||||
default: "gpt-4"
|
||||
MAX_TOKEN:
|
||||
description: "Maximum number of tokens that can be generated per analysis."
|
||||
required: false
|
||||
default: "700"
|
||||
exclude:
|
||||
description: "Glob patterns to exclude files from the diff analysis"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue