From 3d8b31ef0cd1c57b1c6257edc3307220c8de0667 Mon Sep 17 00:00:00 2001 From: Michael Stangl Date: Fri, 5 Jun 2026 15:03:59 +0200 Subject: [PATCH] =?UTF-8?q?Starte=20die=20jeweils=20richtige=20Anthropic?= =?UTF-8?q?=20Instanz=20=C3=BCber=20den=20API=5FKEY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/start-anthropic-mista.bat | 8 ++++++++ bin/start-anthropic-schoenenberger.bat | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 bin/start-anthropic-mista.bat create mode 100644 bin/start-anthropic-schoenenberger.bat diff --git a/bin/start-anthropic-mista.bat b/bin/start-anthropic-mista.bat new file mode 100644 index 0000000..95259f8 --- /dev/null +++ b/bin/start-anthropic-mista.bat @@ -0,0 +1,8 @@ +@echo off +if "%ANTHROPIC_API_KEY_MISTA%"=="" ( + echo ERROR: ANTHROPIC_API_KEY_MISTA is not set. + exit /b 1 +) +set ANTHROPIC_API_KEY=%ANTHROPIC_API_KEY_MISTA% +echo ANTHROPIC_API_KEY set to MISTA account. +claude diff --git a/bin/start-anthropic-schoenenberger.bat b/bin/start-anthropic-schoenenberger.bat new file mode 100644 index 0000000..500a9f7 --- /dev/null +++ b/bin/start-anthropic-schoenenberger.bat @@ -0,0 +1,8 @@ +@echo off +if "%ANTHROPIC_API_KEY_SCHOENENBERGER%"=="" ( + echo ERROR: ANTHROPIC_API_KEY_SCHOENENBERGER is not set. + exit /b 1 +) +set ANTHROPIC_API_KEY=%ANTHROPIC_API_KEY_SCHOENENBERGER% +echo ANTHROPIC_API_KEY set to SCHOENENBERGER account. +claude