From e374e516633b0afca1ab644b378fe1973c455782 Mon Sep 17 00:00:00 2001 From: SwiftyOS Date: Thu, 28 Sep 2023 15:50:51 +0200 Subject: [PATCH] forge, remove helicone from .env.example --- autogpts/forge/.env.example | 3 --- 1 file changed, 3 deletions(-) diff --git a/autogpts/forge/.env.example b/autogpts/forge/.env.example index e1c3e0a2..1c802574 100644 --- a/autogpts/forge/.env.example +++ b/autogpts/forge/.env.example @@ -1,8 +1,5 @@ # Your OpenAI API Key. If GPT-4 is available it will use that, otherwise will use 3.5-turbo OPENAI_API_KEY=abc -# If you want to enable Helicone proxy and caching -HELICONE_KEY=abc -OPENAI_API_BASE=https://oai.hconeai.com/v1 # Control log level LOG_LEVEL=INFO