diff --git a/.gitea/workflows/opencommit.yml b/.gitea/workflows/opencommit.yml index bb02421..9098b7b 100644 --- a/.gitea/workflows/opencommit.yml +++ b/.gitea/workflows/opencommit.yml @@ -29,7 +29,7 @@ jobs: env: # === Required AI credentials === - OCO_API_URL: ${{ secrets.OLLAMA_API_URL }} # Optional custom API URL + OCO_API_URL: ${{ secrets.OLLAMA_API_URL }}/api/chat # Optional custom API URL # === Model & provider configuration === OCO_AI_PROVIDER: 'ollama' # openai, azure, ollama, flowise, etc.