List of Posts
This is the complete list of categories of posts written during Jun 2025. They have been ordered by the publish date, with the most recent first.
- Published: 23-Jun-2025Github Models is a free service from Github that allows us to obtain API keys for testing LLMs and other AI features without having to sign-up for those providers, and without the need to pay a single cent to them.
- Published: 24-Jun-2025We shall write an MCP Server integrated into an ASP.NET Core website. The MCP server will run on the same IP Address and port as that of the website. The website shall also expose two rudimentary AI Tools accessible through this MCP Server. The first video below is a walkthrough to the whole process, and also shows how to use Github co-pilot for discovering, and then chatting with these tools. The second video explains how to get free OpenAI keys, and the third one explains how to use OpenAI C# SDK to programmatically chat with the tools we created in the first video.