diff options
| author | CaptainJack2491 <jayrupnakawala@gmail.com> | 2025-11-20 20:52:00 +0000 |
|---|---|---|
| committer | CaptainJack2491 <jayrupnakawala@gmail.com> | 2025-11-20 20:52:00 +0000 |
| commit | c367ce44f63a112ca4fef372e6fd8477cfbdf6f9 (patch) | |
| tree | 7c38651c5e334055383c50d4515ef924057df4b6 /src/agents/03-logs/config.py | |
| parent | d290be9ea9cad8a9f6cd5f0c20aa4d80561dfb97 (diff) | |
updated agent to work with the EXTRA_BODY variable to work with models that require it.
Diffstat (limited to 'src/agents/03-logs/config.py')
| -rw-r--r-- | src/agents/03-logs/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/agents/03-logs/config.py b/src/agents/03-logs/config.py index fda6124..36901a6 100644 --- a/src/agents/03-logs/config.py +++ b/src/agents/03-logs/config.py @@ -3,4 +3,6 @@ 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 |
