From 592777d8749125dab074000d0a6a4c9bf866ae43 Mon Sep 17 00:00:00 2001 From: collhoun <2904yr@mail.ru> Date: Mon, 20 Apr 2026 21:18:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 4332b87..0efd9f4 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,5 @@ PROVIDER_URL=http://localhost:8000/v1 PROVIDER_API_KEY=your-api-key PROVIDER_MODEL=gpt-4 +AGENT_API_PATH=path-to-api +COMPOSIO_API_KEY=your-api-key \ No newline at end of file