summaryrefslogtreecommitdiff
path: root/src/agents/main/config.py
diff options
context:
space:
mode:
authorCaptainJack2491 <jayrupnakawala@gmail.com>2026-01-11 02:51:04 +0000
committerCaptainJack2491 <jayrupnakawala@gmail.com>2026-01-11 02:51:04 +0000
commiteefafc5dac05be3c721b5186f0d288811223744e (patch)
treef8456f36cdcdebe6b2cdea48a9a0754973ed8a26 /src/agents/main/config.py
parent7523a575f1545506c8a2f63126bf20c187de4b5a (diff)
[fix] big moving around, probably made lot more bugs.
Diffstat (limited to 'src/agents/main/config.py')
-rw-r--r--src/agents/main/config.py8
1 files changed, 0 insertions, 8 deletions
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