We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d09676 commit a376ba0Copy full SHA for a376ba0
index.js
@@ -13,7 +13,7 @@ import prompts from 'prompts'
13
import { sanitizeCommitMessage } from './utils/sanitizeCommitMessage.js'
14
15
let openai
16
-let model = 'gpt-4o' // Default model
+let model = 'gpt-4o-mini' // Default model
17
let language = 'English' // Default language
18
let apiKey = null // Store API key from config
19
// Define prefixState using closure for safer state management
0 commit comments