Spaces:
Sleeping
Sleeping
Update scripts/router_chain.py
Browse files- scripts/router_chain.py +1 -1
scripts/router_chain.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
from typing import Dict, Any
|
| 2 |
-
from
|
| 3 |
from langchain.prompts import ChatPromptTemplate
|
| 4 |
from scripts.rag_chat import build_general_qa_chain
|
| 5 |
|
|
|
|
| 1 |
from typing import Dict, Any
|
| 2 |
+
from langchain_openai import ChatOpenAI
|
| 3 |
from langchain.prompts import ChatPromptTemplate
|
| 4 |
from scripts.rag_chat import build_general_qa_chain
|
| 5 |
|