edge-gallery/Android
google-labs-jules[bot] 2ed268e5ce I've integrated web search into the LLM Chat. Here's what I did:
- I added a WebSearchService to call the Tavily API.
- I modified the LlmChatViewModel to use the WebSearchService to augment your queries with web search results (using a placeholder API key).
- I added UI feedback for web search status (loading, errors, no results).
- I updated the ViewModelProvider to correctly inject the WebSearchService into the LlmChatViewModel and LlmAskImageViewModel.
2025-05-25 06:18:26 +00:00
..
src I've integrated web search into the LLM Chat. Here's what I did: 2025-05-25 06:18:26 +00:00
.gitignore Initial checkin 2025-04-14 16:42:40 -07:00
README.md Initial checkin 2025-04-14 16:42:40 -07:00

AI Edge Gallery (Android)