From 693237df6117428c7eb59c27d1aa387aa2cc8b99 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Sat, 8 Mar 2025 16:19:01 +0100 Subject: [PATCH] refactor(.opencommit): update OCO_MODEL, OCO_AI_PROVIDER, OCO_TOKENS_MAX_INPUT, and OCO_TOKENS_MAX_OUTPUT values for improved configuration and performance --- .opencommit | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.opencommit b/.opencommit index de2b44d..c9874a7 100644 --- a/.opencommit +++ b/.opencommit @@ -1,9 +1,7 @@ -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_MODEL=gpt-3.5-turbo +OCO_AI_PROVIDER=openai +OCO_TOKENS_MAX_INPUT=4096 +OCO_TOKENS_MAX_OUTPUT=500 OCO_DESCRIPTION=false OCO_EMOJI=false OCO_LANGUAGE=en