|
You are here |
johanneslederer.com | ||
| | | | |
newdevsguide.com
|
|
| | | | | Mermaid.js enables you to make nice and effective pie charts with simple markdown. Let's take a look at the syntax. | |
| | | | |
jeffmilner.com
|
|
| | | | | ||
| | | | |
diggz.me
|
|
| | | | | "AI is a rare case where I think we need to be proactive in regulation than be reactive." Full Article: "I Tried To Warn You" - Elon Musk LAST WARNING (2021) Follow Diggz on Facebook | |
| | | | |
blog.owulveryck.info
|
|
| | | This article details my journey in building a custom chat host for AI agents, moving away from existing solutions to gain a deeper understanding of the underlying technologies. I implement a chat engine using Google's Vertex AI and Go, focusing on compatibility with the OpenAI API to integrate with tools like Big-AGI. The article covers the core architecture, including my use of ChatSession and GenerativeModel from the Vertex AI SDK. It delves into the implementation of the /v1/chat/completions endpoint, highlighting the challenges of streaming responses and integrating function calls. I also describe a workaround for handling function calls in a streaming context and introduce the concept of a callable interface to prepare for implementing the Model Context Protocol (MCP) in future work. The goal is to move the tools outside of the agent. This will be detailes in the last part of this series. | ||