Spaces:
Sleeping
Sleeping
Update vlog4chat.py
Browse files- vlog4chat.py +1 -1
vlog4chat.py
CHANGED
@@ -7,7 +7,7 @@ from utils import logger_creator, format_time
|
|
7 |
|
8 |
import together
|
9 |
import warnings
|
10 |
-
from together import Together
|
11 |
from langchain.prompts import PromptTemplate
|
12 |
from langchain.llms.base import LLM
|
13 |
from langchain.chains import ConversationalRetrievalChain
|
|
|
7 |
|
8 |
import together
|
9 |
import warnings
|
10 |
+
#from together import Together
|
11 |
from langchain.prompts import PromptTemplate
|
12 |
from langchain.llms.base import LLM
|
13 |
from langchain.chains import ConversationalRetrievalChain
|