From eefafc5dac05be3c721b5186f0d288811223744e Mon Sep 17 00:00:00 2001 From: CaptainJack2491 Date: Sun, 11 Jan 2026 02:51:04 +0000 Subject: [fix] big moving around, probably made lot more bugs. --- src/agents/main/config.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/agents/main/config.py (limited to 'src/agents/main/config.py') diff --git a/src/agents/main/config.py b/src/agents/main/config.py deleted file mode 100644 index 36901a6..0000000 --- a/src/agents/main/config.py +++ /dev/null @@ -1,8 +0,0 @@ -# config.py -MODEL = 'qwen3:0.6b' -BASE_URL = "http://127.0.0.1:11434/v1" -API_KEY = "ollama" -TEMPERATURE = 0.7 -# default extra body -EXTRA_BODY = {} -INCLUDE_HIDDEN_GOAL = True -- cgit v1.2.3