docs: rename Awesome OpenWebUI and OpenWebUI Extras to OpenWebUI Extensions
This commit is contained in:
@@ -91,7 +91,7 @@ NOTES / 注意事项:
|
||||
AUTHOR / 作者:
|
||||
-------------
|
||||
Fu-Jie
|
||||
GitHub: https://github.com/Fu-Jie/awesome-openwebui
|
||||
GitHub: https://github.com/Fu-Jie/openwebui-extensions
|
||||
|
||||
======================================================================
|
||||
"""
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
title: UI Language Debugger
|
||||
author: Fu-Jie
|
||||
author_url: https://github.com/Fu-Jie/awesome-openwebui
|
||||
author_url: https://github.com/Fu-Jie/openwebui-extensions
|
||||
funding_url: https://github.com/open-webui
|
||||
version: 0.1.0
|
||||
icon_url: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogIDxwYXRoIGQ9Im01IDggNiA2Ii8+CiAgPHBhdGggZD0ibTQgMTQgNi02IDItMiIvPgogIDxwYXRoIGQ9Ik0yIDVoMTIiLz4KICA8cGF0aCBkPSJNNyAyaDEiLz4KICA8cGF0aCBkPSJtMjIgMjItNS0xMC01IDEwIi8+CiAgPHBhdGggZD0iTTE0IDE4aDYiLz4KPC9zdmc+Cg==
|
||||
|
||||
@@ -168,7 +168,7 @@ If you encounter issues with native tool display:
|
||||
2. Open browser console (F12)
|
||||
3. Trigger a tool call
|
||||
4. Copy any error messages
|
||||
5. Report to [GitHub Issues](https://github.com/Fu-Jie/awesome-openwebui/issues)
|
||||
5. Report to [GitHub Issues](https://github.com/Fu-Jie/openwebui-extensions/issues)
|
||||
|
||||
Include:
|
||||
|
||||
|
||||
@@ -168,7 +168,7 @@
|
||||
2. 打开浏览器控制台(F12)
|
||||
3. 触发工具调用
|
||||
4. 复制任何错误消息
|
||||
5. 报告到 [GitHub Issues](https://github.com/Fu-Jie/awesome-openwebui/issues)
|
||||
5. 报告到 [GitHub Issues](https://github.com/Fu-Jie/openwebui-extensions/issues)
|
||||
|
||||
包含:
|
||||
|
||||
|
||||
@@ -827,7 +827,7 @@ Monitoring Copilot SDK updates for:
|
||||
|
||||
- [GitHub Copilot SDK Documentation](https://github.com/github/copilot-sdk)
|
||||
- [OpenWebUI Pipe Development](https://docs.openwebui.com/)
|
||||
- [Awesome OpenWebUI Project](https://github.com/Fu-Jie/awesome-openwebui)
|
||||
- [OpenWebUI Extensions Project](https://github.com/Fu-Jie/openwebui-extensions)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -827,7 +827,7 @@ if chat_id and not re.match(r'^[a-zA-Z0-9_-]+$', chat_id):
|
||||
|
||||
- [GitHub Copilot SDK 文档](https://github.com/github/copilot-sdk)
|
||||
- [OpenWebUI Pipe 开发](https://docs.openwebui.com/)
|
||||
- [Awesome OpenWebUI 项目](https://github.com/Fu-Jie/awesome-openwebui)
|
||||
- [OpenWebUI Extensions 项目](https://github.com/Fu-Jie/openwebui-extensions)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user