Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -42,6 +42,7 @@ from io import StringIO
|
|
42 |
from transformers import BertTokenizer, BertModel
|
43 |
import torch
|
44 |
import torch.nn.functional as F
|
|
|
45 |
import time
|
46 |
|
47 |
load_dotenv()
|
|
|
42 |
from transformers import BertTokenizer, BertModel
|
43 |
import torch
|
44 |
import torch.nn.functional as F
|
45 |
+
from langchain.tools import Tool
|
46 |
import time
|
47 |
|
48 |
load_dotenv()
|