mirror of
https://github.com/open-webui/docs
synced 2025-06-09 08:06:20 +00:00
refac
This commit is contained in:
parent
343b8c0066
commit
421e7b679d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user