Skip to content

Gemini LLM Integration#20

Merged
wesleylwu merged 2 commits intodevfrom
anishkancherla/aiintegration
Nov 25, 2025
Merged

Gemini LLM Integration#20
wesleylwu merged 2 commits intodevfrom
anishkancherla/aiintegration

Conversation

@anishkancherla
Copy link
Collaborator

added ai chatbot feature using gemini api that lets users get recipe suggestions based on ingredients and prefs. set up api route to handle gemini calls so the ai can check your inventory and profilie data. added checkboxes on the main home page so users can toggle if they want to use dietary prefs, cuisine prefs, or only suggest recipes with already existing ingredients. also fixed a bug where the dietary prefs would disappear after saving. Resources used: I used the Gemini API docs to guide me on how to implement the LLM integration. I usedClaude LLM to help generate a good system prompt for the chatbot. I also used Claude to also help me figure out the best way to set up the api route for handling the gemini calls, and polish some of my setup.

anishkancherla and others added 2 commits November 24, 2025 03:26
… suggestions based on ingredients and prefs. set up api route to handle gemini calls so the ai can check your inventory and profilie data. added checkboxes on the main home page so users can toggle if they want to use dietary prefs, cuisine prefs, or only suggest recipes with already existing ingredients. also fixed a bug where the dietary prefs would disappear after saving. Resources used: I used the Gemini API docs to guide me on how to implement the LLM integration. I usedClaude LLM to help generate a good system prompt for the chatbot. I also used Claude to also help me figure out the best way to set up the api route for handling the gemini calls, and polish some of my setup.
@wesleylwu wesleylwu merged commit ca8b58a into dev Nov 25, 2025
4 checks passed
@wesleylwu wesleylwu deleted the anishkancherla/aiintegration branch November 25, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants