Skip to content

Commit

Permalink
Merge pull request Shonen-Labs#13 from PoulavBhowmick03/main
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
PoulavBhowmick03 authored Jan 21, 2025
2 parents 7077aef + 7dd067c commit dbb2086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 4 additions & 11 deletions client/.env.example
Original file line number Diff line number Diff line change
@@ -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 = ''
RPC_URL =''
BOT_USERNAME=
MY_TOKEN = ''
2 changes: 0 additions & 2 deletions client/app/api/ask/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 || "";
Expand Down

0 comments on commit dbb2086

Please sign in to comment.