tamitchell / weatherapp

A React Based Application that uses OpenWeather's web API to gather weather data and Geocodio's API to render weather conditions based on user's desired location
https://weatherapp-nine-mauve.vercel.app
0 stars 0 forks source link

Initial LangChain Setup and Integration #35

Open tamitchell opened 2 weeks ago

tamitchell commented 2 weeks ago

Set up LangChain with the weather app for AI-powered clothing recommendations.

Tasks:

tamitchell commented 3 days ago

So in terms of rate limiting - I thought that making the setting more strict on OpenAI would suffice, and caching could be done with ReactQuery. I wanted to stay away from localStorage, because maintaining it can be finicky depending on browser settings, but there are actually a few good reasons why i should actually move forward with a more outlined cache management system and why localStorage may come in handy now...

gonna push this to a feature branch since the initial setup is done and convert the rate-limiting and cache management to it's own ticket.