Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'dev' of https://github.com/di-sukharev/opencommit into …
…allowForCommitPrefix
  • Loading branch information
amitayk committed May 27, 2023
commit a82f8d03c6104433ef3be2fa41cac79019b61adc
4 changes: 3 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
@@ -7,7 +7,9 @@ import {
OpenAIApi
} from 'openai';

import { CONFIG_MODES, getConfig } from './commands/config';
import {CONFIG_MODES, DEFAULT_MODEL_TOKEN_LIMIT, getConfig} from './commands/config';
import {tokenCount} from './utils/tokenCount';
import {GenerateCommitMessageErrorEnum} from './generateCommitMessageFromGitDiff';
import { execaCommandSync } from 'execa';

const config = getConfig();
You are viewing a condensed version of this merge commit. You can view the full changes here.