Skip to content

Commit

Permalink
src/openaiExplainPatch.js: move to 4o
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Jun 21, 2024
1 parent cf88720 commit 662edf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openaiExplainPatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SYSTEM_PROMPT, explainPatchHelper } from './utils.js'

export default async function explainPatch ({
apiKey, patchBody, owner, repo,
models = ['gpt-4-0125-preview', 'gpt-3.5-turbo-0125'],
models = ['gpt-4o-2024-05-13', 'gpt-3.5-turbo-0125'],
system = SYSTEM_PROMPT,
max_tokens = 2048,
temperature = 1,
Expand Down

0 comments on commit 662edf0

Please sign in to comment.