Fixing conflict

This commit is contained in:
0xThresh.eth
2024-07-22 23:15:25 -06:00
8 changed files with 29 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ Filters are used to perform actions against incoming user messages and outgoing
<p align="center">
<a href="#">
<img src="/static/img/pipelines/filters.png" alt="Filter Workflow" />
<img src="/img/pipelines/filters.png" alt="Filter Workflow" />
</a>
</p>

View File

@@ -1,3 +1,8 @@
---
sidebar_position: 1
title: "⚡ Pipelines"
---
import { TopBanners } from "@site/src/components/TopBanners";
<TopBanners />

View File

@@ -8,6 +8,6 @@ Pipes are functions that can be used to perform actions prior to returning LLM m
<p align="center">
<a href="#">
<img src="/static/img/pipelines/pipes.png" alt="Pipe Workflow" />
<img src="/img/pipelines/pipes.png" alt="Pipe Workflow" />
</a>
</p>