This commit is contained in:
Timothy Jaeryang Baek 2024-12-27 19:34:11 -08:00
parent 343b8c0066
commit 421e7b679d

View File

@ -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,