From 71934c7173058e78b93c24462e2fb608f970c0a2 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 15:57:23 +0000 Subject: [PATCH] fix: resolve CI workflow configuration issues --- config.yaml | 53 +---------------------------------------------------- 1 file changed, 1 insertion(+), 52 deletions(-) diff --git a/config.yaml b/config.yaml index 112cebf..a00e754 100644 --- a/config.yaml +++ b/config.yaml @@ -1,52 +1 @@ -# Local Code Assistant Configuration -# This is the default configuration file - -ollama: - base_url: "http://localhost:11434" - model: "codellama" - timeout: 8000 - streaming: true - -# Default settings for commands -defaults: - language: "python" - temperature: 0.2 - max_tokens: 4000 - output_format: "code" - -# Supported programming languages -languages: - - python - - javascript - - typescript - - go - - rust - -# Context settings -context: - max_files: 10 - max_file_size: 100000 # bytes - include_patterns: - - "**/*.py" - - "**/*.js" - - "**/*.ts" - - "**/*.go" - - "**/*.rs" - exclude_patterns: - - "**/node_modules/**" - - "**/.git/**" - - "**/venv/**" - - "**/.env/**" - - "**/__pycache__/**" - - "**/*.pyc" - -# Output settings -output: - clipboard: true - file_output: true - syntax_highlighting: true - -# Logging settings -logging: - level: "INFO" - format: "%(asctime)s - %(name)s - %(levelname)s - %(message)s" \ No newline at end of file +local_code_assistant/config.yaml \ No newline at end of file