Spaces:
Sleeping
Sleeping
Update LLM.py
Browse files
LLM.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
from langchain_core.prompts import ChatPromptTemplate, PromptTemplate
|
2 |
from langchain_groq import ChatGroq
|
3 |
from langchain_huggingface import ChatHuggingFace
|
|
|
1 |
+
from langchain_core.output_parsers import StrOutputParser
|
2 |
from langchain_core.prompts import ChatPromptTemplate, PromptTemplate
|
3 |
from langchain_groq import ChatGroq
|
4 |
from langchain_huggingface import ChatHuggingFace
|