Spaces:
Build error
Build error
Update pages/2_Twitter_GPT_Search.py
Browse files
pages/2_Twitter_GPT_Search.py
CHANGED
@@ -77,7 +77,7 @@ try:
|
|
77 |
text=f"Loading {model} embedding model and Generating Response..."
|
78 |
):
|
79 |
|
80 |
-
tweets = embed_tweets(tweets,model,search_input)
|
81 |
|
82 |
|
83 |
references = [doc.page_content for doc in tweets['source_documents']]
|
|
|
77 |
text=f"Loading {model} embedding model and Generating Response..."
|
78 |
):
|
79 |
|
80 |
+
tweets = embed_tweets(tweets,model,search_input,prompt)
|
81 |
|
82 |
|
83 |
references = [doc.page_content for doc in tweets['source_documents']]
|