diff --git a/zshrc/opencommit.zsh b/zshrc/opencommit.zsh new file mode 100644 index 0000000..cb26c4e --- /dev/null +++ b/zshrc/opencommit.zsh @@ -0,0 +1,12 @@ +OCO_OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +OCO_TOKENS_MAX_INPUT=128000 +OCO_TOKENS_MAX_OUTPUT=4096 +OCO_OPENAI_BASE_PATH=https://api.aiohub.org/v1 +OCO_DESCRIPTION=false +OCO_EMOJI=true +OCO_MODEL=gpt-4-turbo-preview +OCO_LANGUAGE=en +OCO_MESSAGE_TEMPLATE_PLACEHOLDER=$msg +OCO_PROMPT_MODULE=conventional-commit +OCO_AI_PROVIDER=openai +OCO_ONE_LINE_COMMIT=false \ No newline at end of file