diff --git a/client/.env.example b/client/.env.example index d1bcb9fc..c9643fd7 100644 --- a/client/.env.example +++ b/client/.env.example @@ -1,12 +1,5 @@ -# Created by Vercel CLI -BOT_USERNAME="" -BRIAN_API_KEY="" +BRIAN_API_KEY = "" DATABASE_URL="" -MY_TOKEN="" - -LAYERSWAP_API_KEY = '' - -TELEGRAM_APP_URL = 'https://t.me/strkfinder1511_bot' -OPENAI_API_KEY = '' - -ANTHROPIC_API_KEY = '' \ No newline at end of file +RPC_URL ='' +BOT_USERNAME= +MY_TOKEN = '' \ No newline at end of file diff --git a/client/app/api/ask/route.ts b/client/app/api/ask/route.ts index 3c6f4930..8f390fde 100644 --- a/client/app/api/ask/route.ts +++ b/client/app/api/ask/route.ts @@ -17,8 +17,6 @@ import { StateGraph, } from "@langchain/langgraph"; import { RemoveMessage } from "@langchain/core/messages"; -import dotenvSafe from 'dotenv-safe'; -dotenvSafe.config(); const BRIAN_API_KEY = process.env.BRIAN_API_KEY || "";