mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 03:30:37 +00:00
Update OpenCommit configuration:
- Changed AI provider from 'llama3' to 'mistral' - Updated API key and model version for OpenAI - Set One Line Commit to true, enabling one-line commit messages - Added GitPush and Why options with default values set to false - Created backup of previous configuration as .opencommit.backup
This commit is contained in:
15
.opencommit
Normal file
15
.opencommit
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
OCO_MODEL=mistral:latest
|
||||||
|
OCO_API_URL=http://localhost:11434/api/chat
|
||||||
|
OCO_API_KEY=field-cannot-be-blank
|
||||||
|
OCO_AI_PROVIDER=ollama
|
||||||
|
OCO_TOKENS_MAX_INPUT=40960
|
||||||
|
OCO_TOKENS_MAX_OUTPUT=4096
|
||||||
|
OCO_DESCRIPTION=false
|
||||||
|
OCO_EMOJI=false
|
||||||
|
OCO_LANGUAGE=en
|
||||||
|
OCO_MESSAGE_TEMPLATE_PLACEHOLDER=$msg
|
||||||
|
OCO_PROMPT_MODULE=conventional-commit
|
||||||
|
OCO_ONE_LINE_COMMIT=true
|
||||||
|
OCO_TEST_MOCK_TYPE=commit-message
|
||||||
|
OCO_GITPUSH=false
|
||||||
|
OCO_WHY=false
|
||||||
15
.opencommit.backup
Normal file
15
.opencommit.backup
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
OCO_MODEL=llama3:latest
|
||||||
|
OCO_API_URL=http://localhost:11434/api/chat
|
||||||
|
OCO_API_KEY=some-api-key-here
|
||||||
|
OCO_AI_PROVIDER=ollama
|
||||||
|
OCO_TOKENS_MAX_INPUT=40960
|
||||||
|
OCO_TOKENS_MAX_OUTPUT=4096
|
||||||
|
OCO_DESCRIPTION=false
|
||||||
|
OCO_EMOJI=false
|
||||||
|
OCO_LANGUAGE=en
|
||||||
|
OCO_MESSAGE_TEMPLATE_PLACEHOLDER=$msg
|
||||||
|
OCO_PROMPT_MODULE=conventional-commit
|
||||||
|
OCO_ONE_LINE_COMMIT=false
|
||||||
|
OCO_TEST_MOCK_TYPE=commit-message
|
||||||
|
OCO_GITPUSH=false
|
||||||
|
OCO_WHY=false
|
||||||
Reference in New Issue
Block a user