Spaces:
Sleeping
Sleeping
Update core/market_stock_sentiment.py
Browse files
core/market_stock_sentiment.py
CHANGED
@@ -47,7 +47,7 @@ def get_google_news_documents(query: str, max_articles: int = 10, timeout: int =
|
|
47 |
continue
|
48 |
return documents
|
49 |
|
50 |
-
def get_market_stock_sentiment(
|
51 |
urls = [
|
52 |
f"https://economictimes.indiatimes.com/markets/stocks/news",
|
53 |
f"https://www.livemint.com/market/stock-market-news/",
|
|
|
47 |
continue
|
48 |
return documents
|
49 |
|
50 |
+
def get_market_stock_sentiment(llm):
|
51 |
urls = [
|
52 |
f"https://economictimes.indiatimes.com/markets/stocks/news",
|
53 |
f"https://www.livemint.com/market/stock-market-news/",
|