BroBro87 commited on
Commit
ab9c135
1 Parent(s): d8640b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -10,6 +10,8 @@ from llama_index.llms.llama_utils import messages_to_prompt, completion_to_promp
10
  from langchain.embeddings.huggingface import HuggingFaceEmbeddings
11
  from langchain_community.llms import Cohere
12
  from langchain_community.llms import FakeListLLM
 
 
13
 
14
 
15
  # Set up logging
 
10
  from langchain.embeddings.huggingface import HuggingFaceEmbeddings
11
  from langchain_community.llms import Cohere
12
  from langchain_community.llms import FakeListLLM
13
+ from langchain_community.llms import *
14
+
15
 
16
 
17
  # Set up logging