bklieger-groq / stockbot-on-groq

StockBot powered by Groq: Lightning Fast AI Chatbot that Responds With Live Interactive Stock Charts, Financials, News, Screeners, and More. Powered by Llama3-70b on Groq, Vercel AI SDK, and TradingView Widgets.
https://groq-stockbot.vercel.app
Other
879 stars 124 forks source link

New widgets: ETF Market Heatmaps and Currently Trending Stocks #8

Closed Mustafa-Esoofally closed 1 month ago

Mustafa-Esoofally commented 1 month ago

https://github.com/user-attachments/assets/a342c19d-4ac3-473c-82f7-e6889355f4be

https://github.com/user-attachments/assets/06b7af18-5f49-4358-851d-c641af7fd73a

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
groq-stockbot ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2024 3:30pm
bklieger-groq commented 1 month ago

@Mustafa-Esoofally Feedback:

  1. It looks like the old market overview widget was replaced in this PR:

    Screenshot 2024-07-25 at 7 52 55 AM

    As discussed in #5, that change should be reversed. In other words, remove modifications to file components/tradingview/market-overview.tsx

  2. The README.md file should be updated with new images and descriptions for each added widget at the bottom of the table in the same format as the other widgets.

  3. In lib/chat/actions.tsx, the showTrendingStocks widget wording could be improved:

File Component Current Text Suggested Improvement Reason for Change
lib/chat/actions.tsx showTrendingStocks "This tool shows the top five gaining, losing, and most active stocks for the day" "This tool shows the daily top trending stocks including the top five gaining, losing, and most active stocks based on today's performance." More descriptive and clearer explanation of the tool's functionality
lib/chat/actions.tsx showTrendingStocks "most actives stocks" "most active stocks" Correcting typo

Upon completion of these changes, I will finalize the review of the PR.

Mustafa-Esoofally commented 1 month ago

Hey, I have made the changes to this PR. Please review again @bklieger-groq

Mustafa-Esoofally commented 1 month ago

image

image