From aa8b1248408846d6a158f8df1c76fa3015ce3aac Mon Sep 17 00:00:00 2001 From: "A.J. Shulman" Date: Wed, 10 Jul 2024 16:35:11 -0400 Subject: Fixing bugs and attempting to get it to work --- src/client/views/nodes/ChatBox/ChatBot.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/views/nodes/ChatBox/ChatBot.ts') diff --git a/src/client/views/nodes/ChatBox/ChatBot.ts b/src/client/views/nodes/ChatBox/ChatBot.ts index 31b4ea9e3..8b5e0982c 100644 --- a/src/client/views/nodes/ChatBox/ChatBot.ts +++ b/src/client/views/nodes/ChatBox/ChatBot.ts @@ -1,5 +1,7 @@ import { Agent } from './Agent'; import { Vectorstore } from './vectorstore/VectorstoreUpload'; +import dotenv from 'dotenv'; +dotenv.config(); export class ChatBot { private agent: Agent; -- cgit v1.2.3-70-g09d2