Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Adding configurable llmservice endpoint which assumes backend stores the system prompt #392

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open
Changes from 3 commits
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
Empty file added example.txt
Empty file.
2 changes: 2 additions & 0 deletions src/commands/config.ts
Original file line number Diff line number Diff line change
@@ -47,6 +47,7 @@ export enum CONFIG_MODES {

export const MODEL_LIST = {
openai: [
'gpt-4o-mini',
'gpt-4o-mini',
'gpt-3.5-turbo',
'gpt-3.5-turbo-instruct',
@@ -479,6 +480,7 @@ export const getConfig = ({
`Manually fix the '.env' file or global '~/.opencommit' config file.`
);


process.exit(1);
}
}
Loading
Oops, something went wrong.