Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline, Transfor
|
|
10 |
import wikipedia
|
11 |
import torch
|
12 |
from tooling import WikipediaPageFetcher,MathModelQuerer, YoutubeTranscriptFetcher, CodeModelQuerer
|
13 |
-
|
14 |
|
15 |
# (Keep Constants as is)
|
16 |
# --- Constants ---
|
|
|
10 |
import wikipedia
|
11 |
import torch
|
12 |
from tooling import WikipediaPageFetcher,MathModelQuerer, YoutubeTranscriptFetcher, CodeModelQuerer
|
13 |
+
from langchain_community.agent_toolkits.load_tools import load_tools
|
14 |
|
15 |
# (Keep Constants as is)
|
16 |
# --- Constants ---
|