StockBot
StockBot takes natural language queries on the World markets and produces dashboards with up-to-date news and prices. GPT 3.5 is used write API queries and define the layout of the dashboard. Users can modify dashboards with simple text instructions, and save those they like for later.
Many users of ChatGPT have been impressed by the LLM's ability to answer challenging questions about the world. However, its frozen state (trained with data available up to 2021) means it struggles with questions related to current affairs. By using GPT's comprehension and tuning the foundational model to complete a single, structured task, we are able to build an app that can feedback real-time, objectively factual data to the user.
Moreover, by using an LLM to process the user's query into a predefined, structured state, we put the model on rails. Given the issues faced with 'hallucinations' in which the model returns nonsensical answers, this is valuable for real-world scenarios in which the output of the AI actually needs to be used for high-stakes decision making, such as trading in the World markets.
OpenAI
Typescript
Prompt Engineering
MUI
React