mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 03:30:37 +00:00
refactor(.opencommit): update OCO_MODEL, OCO_AI_PROVIDER, OCO_TOKENS_MAX_INPUT, and OCO_TOKENS_MAX_OUTPUT values for improved configuration and performance
This commit is contained in:
10
.opencommit
10
.opencommit
@@ -1,9 +1,7 @@
|
|||||||
OCO_MODEL=mistral:latest
|
OCO_MODEL=gpt-3.5-turbo
|
||||||
OCO_API_URL=http://localhost:11434/api/chat
|
OCO_AI_PROVIDER=openai
|
||||||
OCO_API_KEY=field-cannot-be-blank
|
OCO_TOKENS_MAX_INPUT=4096
|
||||||
OCO_AI_PROVIDER=ollama
|
OCO_TOKENS_MAX_OUTPUT=500
|
||||||
OCO_TOKENS_MAX_INPUT=40960
|
|
||||||
OCO_TOKENS_MAX_OUTPUT=4096
|
|
||||||
OCO_DESCRIPTION=false
|
OCO_DESCRIPTION=false
|
||||||
OCO_EMOJI=false
|
OCO_EMOJI=false
|
||||||
OCO_LANGUAGE=en
|
OCO_LANGUAGE=en
|
||||||
|
|||||||
Reference in New Issue
Block a user