Tool/Function Calling with Spring AI
Published: 29. January 2025 • java, spring, llm
A look at Spring AI's support for Tool/Function calling. How to write your own tools and integrate them into your Spring Boot application.
Published: 29. January 2025 • java, spring, llm
A look at Spring AI's support for Tool/Function calling. How to write your own tools and integrate them into your Spring Boot application.
Published: 19. January 2025 • ionic, angular, llm
Running the Moonshine model, a speech recognition model, in the browser with Transformers.js. The demo application is a snake game controlled by voice commands.
Published: 17. January 2025 • go, angular
In this blog post, I will show you how to implement WebAuthn authentication with Bitwarden Passwordless.dev, a SaaS solution that provides WebAuthn authentication as a service.
Published: 17. January 2025 • go, llm
In this article, I will show you how to write a Go program that generates Go code with the help of a large language model (LLM) and run this generated code in a Docker container.