rileycleavenger / StockBuddy

webapp that periodically gathers new stock data and web scrapes stock news headlines, then passes all the data through an LLM to return suggested purchases for the day
https://stock-buddy-nu.vercel.app/
4 stars 0 forks source link

Use GPT4 API to create processing script #28

Open rileycleavenger opened 3 months ago

rileycleavenger commented 3 months ago

Develop a python script to take in the following as parameters:

and create a prompt with that data and pass through GPT LLM, then output the results (parse if needed). Ideally the results should output as a custom type, which you can choose to design based on what best fits the needs of the situation.

rileycleavenger commented 3 months ago

Make sure to put everything for this in a folder called "gpt-api" here