Agent GPT handson

Interact with your Gmail with Agent GPT 25/8/2023 Idea: Sometimes we signup for too many news letters and information digests across different form and give our email. Idea is to create summary from newsletters i received based on day/author and create a summary email send to you How i POCed it leverage Gmail API and Langchain agent https://python.langchain.com/docs/integrations/toolkits/gmail Learning Getting gmail tkoen from credentials.json require some troubleshooting Summarise multiple emails usecase is not that straight forward You may try like read a particular email, create draft etc as interim usecases....

August 26, 2023 · 2 min · 258 words · Me

Integrating LLM

Evaluation and Testing LLM Outputs This is one of series of articles on different solution considerations for integrating into LLMs. Question How can we evaluate and test the Large Language model outputs This is critical question among enterprises for integrating LLMs into production Their is no single answer here. Integrating to LLMs has been widespread already , their are lots of showcases, demo tutorials etc. However not many stories on integrating output response from LLMs directly into actions or to end users, especially when your business is at stake....

July 15, 2023 · 1 min · 154 words · Me