From 17669a088149a9c2e75217393c64ae7fbb0f34dc Mon Sep 17 00:00:00 2001 From: Ben Chambers <35960+bjchambers@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:36:12 -0800 Subject: [PATCH] blog: Add link to discussion --- .../blog/posts/2023-11-06-four-pillars-of-realtime-ai.qmd | 2 +- python/docs/blog/posts/_metadata.yml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python/docs/blog/posts/2023-11-06-four-pillars-of-realtime-ai.qmd b/python/docs/blog/posts/2023-11-06-four-pillars-of-realtime-ai.qmd index b2337edb..d0fefad6 100644 --- a/python/docs/blog/posts/2023-11-06-four-pillars-of-realtime-ai.qmd +++ b/python/docs/blog/posts/2023-11-06-four-pillars-of-realtime-ai.qmd @@ -111,4 +111,4 @@ These four pillars are critical to creating amazing real-time AI agents: This list should serve as a good starting point when evaluating technologies to use when building these real-time applications. What real-time applications can you envision with the rise of LLMs? -Discuss this post and the potential for Real-Time Agents in the [GitHub discussion thread]()! \ No newline at end of file +Discuss this post and the potential for Real-Time Agents in the [GitHub discussion thread](https://github.com/kaskada-ai/kaskada/discussions/851)! \ No newline at end of file diff --git a/python/docs/blog/posts/_metadata.yml b/python/docs/blog/posts/_metadata.yml index 342b6aef..cc2d26ed 100644 --- a/python/docs/blog/posts/_metadata.yml +++ b/python/docs/blog/posts/_metadata.yml @@ -1,2 +1,5 @@ title-block-style: "default" -title-block-banner: "#c3c8cd" \ No newline at end of file +# Background for the title banner. +title-block-banner: "#c3c8cd" +# Font color for the title banner. +title-block-banner-color: "#212529" \ No newline at end of file