-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LLM plant suggestions and monitoring based on city and weather #608
Conversation
lukemun
commented
Oct 25, 2024
- Created a new button "Get Suggestion" on plants homepage
- Created flask endpoint /suggestion
- Fetches a suggestion based on weather and users city
- Instruments llm monitoring in sentry
* Added pages and root layout * Temp made all components client as 1st migration step * Renamed conflicting pages from pages router to *2 Ran locally and checked all pages load. migrate all linked pages to app router
* Uploaded hardware db to vercel postgres * Created producs-sc page with SC Co-authored-by: Luke Munro <[email protected]>
* Created a new button "Get Suggestion" on plants homepage * Created flask endpoint /suggestion * Fetches a suggestion based on weather and users city * Instruments llm monitoring in sentry
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #608 +/- ##
==========================================
- Coverage 36.30% 35.56% -0.74%
==========================================
Files 37 37
Lines 865 883 +18
Branches 109 109
==========================================
Hits 314 314
- Misses 532 550 +18
Partials 19 19
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beautiful.
Too many conflicts, was easier to just create a new branch |