generated from NetCoreTemplates/razor-ssg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
71 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Introducing AI Server | ||
url: /posts/ai-server | ||
image: /img/posts/ai-server/ai-server-splash.png | ||
order: 1 | ||
--- | ||
|
||
We're excited to announce AI Server - an open-source, self-hosted Docker gateway for managing API access | ||
to various AI services. It offers centralized management of LLMs, Ollama endpoints, media APIs, Comfy UI | ||
and FFmpeg agents, distributing loads across multiple servers. | ||
|
||
It's initial V1 release comes packed with features, including: | ||
|
||
- **Centralized Management**: Manage all your AI services from a single Admin UI | ||
- **Load Balancing**: Distribute loads across multiple servers | ||
- **Native Typed Integrations**: For 11 popular programming languages | ||
- **Synchronous, Queued, and Callback-based APIs**: For different use-cases | ||
- **Monitoring and Analytics**: Live monitoring, analytics and full history | ||
- **Protected Access**: With simple API keys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: .NET 8 Templates now using Kamal for deployments | ||
url: /posts/kamal-deployments | ||
image: /img/posts/kamal-deployments/kamal-splash.png | ||
order: 2 | ||
--- | ||
|
||
We've updated the built-in GitHub Actions for all Identity Auth templates to use the [Kamal deployment](https://kamal-deploy.org/) tool | ||
for customers considering their potential [cloud exit cost savings](https://world.hey.com/dhh/our-cloud-exit-savings-will-now-top-ten-million-over-five-years-c7d9b5bd) | ||
by exploring the shift in deployment strategy for self-hosting their .NET Docker Apps on their own servers or | ||
in-expensive cloud providers like [hetzner.com](https://www.hetzner.com) | ||
|
||
Previously, a less streamlined process involving [SSH and Docker Compose](https://docs.servicestack.net/kamal-deploy) was used. | ||
Now, all Identity Auth templates utilize Kamal, a CLI tool simplifying deployments to any Linux server accessible via SSH. | ||
Kamal automates tasks such as reverse proxy setup and TLS certificate management whilst providing useful | ||
local management tools via Kamal's commands. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: ServiceStack.Swift client library rewritten for Swift 6 | ||
url: /posts/swift6-upgrade | ||
image: https://docs.servicestack.net/img/pages/servicestack-reference/swift-logo-banner.jpg | ||
order: 4 | ||
--- | ||
|
||
All generic service client libraries have been upgraded to support multiple file uploads with API requests | ||
to take advantage of AI Server APIs that accept file uploads like Image to Image, Speech to Text or its | ||
FFmpeg Image and Video Transforms. | ||
|
||
ServiceStack.Swift received the biggest upgrade, which was also rewritten to take advantage of Swift 6 features, | ||
including Swift promises which replaced the previous PromiseKit dependency - making it now dependency-free! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Typed Open AI Chat & Ollama APIs in 11 Languages | ||
url: /posts/typed-openai-chat-ollama-apis | ||
image: /img/posts/ai-server/ai-server-languages.png | ||
order: 3 | ||
--- | ||
|
||
AI Server's `OpenAiChatCompletion` API - is an OpenAI compatible Chat API with ChatGPT and | ||
other LLMs like Ollama, the benefit of which allows developers to use its Typed DTOs and ServiceStack | ||
generic Service Clients to call any Open AI Chat compatible API directly, in all of ServiceStack's | ||
11 supported popular programming languages. | ||
|
||
This allows developers to easily integrate typed access to different LLMs into their applications. | ||
Instructions are provided for each language demonstrating how to install necessary packages, download DTOs, | ||
and send API requests. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.