From 521771feccdf56fe282cf22b24ce2d6b4c69c0f1 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Thu, 12 Dec 2024 10:32:06 +0100 Subject: [PATCH] fix: temporary fix to have ai tag have actual content --- _posts/2023-11-16-quarkus-meets-langchain4j.adoc | 2 +- _posts/2024-03-27-oidc-proxy.adoc | 2 +- _posts/2024-11-29-quarkus-jlama.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2023-11-16-quarkus-meets-langchain4j.adoc b/_posts/2023-11-16-quarkus-meets-langchain4j.adoc index 0cea03677b4..919d758e288 100644 --- a/_posts/2023-11-16-quarkus-meets-langchain4j.adoc +++ b/_posts/2023-11-16-quarkus-meets-langchain4j.adoc @@ -2,7 +2,7 @@ layout: post title: 'When Quarkus meets LangChain4j' date: 2023-11-15 -tags: ai langchain llm +tags: ai synopsis: 'Learn about the new quarkus-langchain4j extension to integrate LLMs in Quarkus applications.' author: cescoffier --- diff --git a/_posts/2024-03-27-oidc-proxy.adoc b/_posts/2024-03-27-oidc-proxy.adoc index 3b3f238482b..f11b66bc3dc 100644 --- a/_posts/2024-03-27-oidc-proxy.adoc +++ b/_posts/2024-03-27-oidc-proxy.adoc @@ -2,7 +2,7 @@ layout: post title: 'Use OIDC Proxy to integrate OIDC service endpoints with custom GPT' date: 2024-03-27 -tags: oidc ai chatgpt gpt +tags: ai oidc synopsis: 'Explain how OIDC Proxy can help to integrate OIDC service endpoints with custom GPT' author: sberyozkin --- diff --git a/_posts/2024-11-29-quarkus-jlama.adoc b/_posts/2024-11-29-quarkus-jlama.adoc index 1f563572a24..ecb8effdd95 100644 --- a/_posts/2024-11-29-quarkus-jlama.adoc +++ b/_posts/2024-11-29-quarkus-jlama.adoc @@ -2,7 +2,7 @@ layout: post title: "Creating pure Java LLM infused application with Quarkus, Langchain4j and Jlama" date: 2024-11-29 -tags: AI LLM local-inference Jlama +tags: ai synopsis: "Creating pure Java LLM infused application with Quarkus, LangChain4j and Jlama" author: mariofusco ---