12 lines
380 B
Bash
12 lines
380 B
Bash
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 |