Thursday, March 5, 2015

Gmail : 5.5.0 Authentication Problem asp.net c#

Get to your Gmail account's security settings and set permissions for "Less secure apps" toEnabled. Worked for me.

1st login into your gmail account and then run below URL into browser

and select turn on option .

google.com/settings/security/lesssecureapps

Integrating OpenAI / ChatGPT in ASP.NET Core Web API

 This guide shows how to build a production-ready AI API using ASP.NET Core with: Clean Architecture, streaming responses, database storage,...