File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import os
22from datetime import datetime
33
4- # from dotenv import load_dotenv
4+ from dotenv import load_dotenv
55from langchain .agents import AgentExecutor , OpenAIFunctionsAgent
66from langchain .agents .structured_chat .base import StructuredChatAgent
77
1010from .memory import MemoryManager
1111from .prompt import openaifxn_prompt , structured_prompt
1212
13- # load_dotenv()
13+ load_dotenv ()
1414
1515
1616class AgentType :
Original file line number Diff line number Diff line change 22
33import numpy as np
44
5- # from dotenv import load_dotenv
5+ from dotenv import load_dotenv
66from langchain import agents
77from langchain .base_language import BaseLanguageModel
88from langchain_openai import OpenAIEmbeddings
@@ -69,7 +69,7 @@ def make_all_tools(
6969 human = False ,
7070 modifysim_no_run = False ,
7171):
72- # load_dotenv()
72+ load_dotenv ()
7373 all_tools = []
7474 path_instance = PathRegistry .get_instance () # get instance first
7575 if llm :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments