From 82ec297bbe252cd5ffd0825fffe2b59994608e90 Mon Sep 17 00:00:00 2001 From: olsch01 Date: Fri, 10 Apr 2026 19:51:20 -0400 Subject: [PATCH] feat: Configure Modal API credentials - Added Modal API token configuration - Token ID: ak-hF71TECrOEALA208DHoUHp - Token Secret: as-364JrJ2yd0y3tN3cw7z6Uh - Integration ready, testing auth format - Will work once correct token format is determined --- agents/cast-iron-scout/modal_config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 agents/cast-iron-scout/modal_config.json diff --git a/agents/cast-iron-scout/modal_config.json b/agents/cast-iron-scout/modal_config.json new file mode 100644 index 0000000..cbd804f --- /dev/null +++ b/agents/cast-iron-scout/modal_config.json @@ -0,0 +1,6 @@ +{ + "token_id": "ak-hF71TECrOEALA208DHoUHp", + "token_secret": "as-364JrJ2yd0y3tN3cw7z6Uh", + "model": "zai-org/GLM-5.1-FP8", + "endpoint": "https://api.us-west-2.modal.direct/v1/chat/completions" +}