Spaces:
Running
Running
Samuel Thomas
commited on
Commit
·
776e564
1
Parent(s):
7f930e4
test
Browse files
app.py
CHANGED
@@ -13,9 +13,9 @@ import os
|
|
13 |
from langgraph.graph import START, StateGraph
|
14 |
from langchain.tools import Tool
|
15 |
from mytools import search_tool, weather_info_tool, hub_stats_tool
|
16 |
-
from dotenv import load_dotenv
|
17 |
|
18 |
-
load_dotenv()
|
19 |
|
20 |
HUGGINGFACEHUB_API_TOKEN = os.environ["HUGGINGFACEHUB_API_TOKEN"]
|
21 |
login(token=HUGGINGFACEHUB_API_TOKEN, add_to_git_credential=True)
|
|
|
13 |
from langgraph.graph import START, StateGraph
|
14 |
from langchain.tools import Tool
|
15 |
from mytools import search_tool, weather_info_tool, hub_stats_tool
|
16 |
+
#from dotenv import load_dotenv
|
17 |
|
18 |
+
#load_dotenv()
|
19 |
|
20 |
HUGGINGFACEHUB_API_TOKEN = os.environ["HUGGINGFACEHUB_API_TOKEN"]
|
21 |
login(token=HUGGINGFACEHUB_API_TOKEN, add_to_git_credential=True)
|