mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
refac
This commit is contained in:
@@ -144,6 +144,11 @@ async def get_status():
|
||||
}
|
||||
|
||||
|
||||
async def get_all_models():
|
||||
pipe_models = await get_pipe_models()
|
||||
return pipe_models
|
||||
|
||||
|
||||
def get_function_module(pipe_id: str):
|
||||
# Check if function is already loaded
|
||||
if pipe_id not in app.state.FUNCTIONS:
|
||||
|
||||
Reference in New Issue
Block a user