Spaces:
Runtime error
Runtime error
Update crew.py
Browse files
crew.py
CHANGED
@@ -12,6 +12,7 @@ from typing import Union, List, Tuple, Dict
|
|
12 |
from langchain_core.agents import AgentFinish
|
13 |
import json
|
14 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
|
|
15 |
import os
|
16 |
|
17 |
# JB:
|
|
|
12 |
from langchain_core.agents import AgentFinish
|
13 |
import json
|
14 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
15 |
+
from langchain_huggingface import HuggingFaceEndpoint # JB
|
16 |
import os
|
17 |
|
18 |
# JB:
|