nickmuchi commited on
Commit
9e200e1
1 Parent(s): 23e4bc0

Update pages/2_Twitter_GPT_Search.py

Browse files
Files changed (1) hide show
  1. pages/2_Twitter_GPT_Search.py +1 -1
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']]