docs: rename Awesome OpenWebUI and OpenWebUI Extras to OpenWebUI Extensions

This commit is contained in:
fujie
2026-02-13 11:10:48 +08:00
parent a5ad295d38
commit 6bf3656d30
125 changed files with 303 additions and 304 deletions

View File

@@ -35,7 +35,7 @@ async def main():
result = await session.send_and_wait(
{
"prompt": "Use GitHub MCP tools to find the owner of the 'awesome-openwebui' repository.",
"prompt": "Use GitHub MCP tools to find the owner of the 'openwebui-extensions' repository.",
},timeout=1000
)
print(result.data.content)