From 421e7b679d73391c9f02c5bafee3773d9f8383a6 Mon Sep 17 00:00:00 2001
From: Timothy Jaeryang Baek <tim@openwebui.com>
Date: Fri, 27 Dec 2024 19:34:11 -0800
Subject: [PATCH] refac

---
 docs/features/plugin/migration/index.mdx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/features/plugin/migration/index.mdx b/docs/features/plugin/migration/index.mdx
index f39a591..7d7be90 100644
--- a/docs/features/plugin/migration/index.mdx
+++ b/docs/features/plugin/migration/index.mdx
@@ -174,9 +174,9 @@ from open_webui.main import chat_completion
 from fastapi import Request
 from typing import Any, Optional, Callable
 
-class ChatBotService:
+class Pipe:
     def __init__(self):
-        self.name = "ChatBot"
+        pass
 
     async def handle_request(
         self,