From b4788775ba47c5035dbb02d9b353701b1c108d5f Mon Sep 17 00:00:00 2001 From: Bruno Braga Date: Wed, 1 Jan 2025 20:58:56 -0300 Subject: [PATCH] Update .env.example add glhf.chat to bolt.diy --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 6f2f5f5..1180e71 100644 --- a/.env.example +++ b/.env.example @@ -51,6 +51,10 @@ OPENAI_LIKE_API_KEY= # Get your Together API Key TOGETHER_API_KEY= +#Glhf.Chat +GLHF_API_KEY=your glhf.chat api +GLHF_API_BASE_URL=https://glhf.chat/api/openai/v1 + # You only need this environment variable set if you want to use Hyperbolic models #Get your Hyperbolics API Key at https://app.hyperbolic.xyz/settings #baseURL="https://api.hyperbolic.xyz/v1/chat/completions"