mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> This commit includes several updates: - Updated eslint configuration with improved formatting and organization - Added SaveMemoryToolCall support in vscode-ide-companion - Translated Chinese comments and UI text to English in various components - Made minor code formatting improvements across multiple files |
||
|---|---|---|
| .. | ||
| cdn-usage-demo.html | ||
| complex-chat-demo.html | ||
| README.md | ||
Examples
This directory contains example implementations demonstrating various ways to use the @qwen-code/webui library.
Available Examples
cdn-usage-demo.html- Shows how to use the library directly via CDN in a browser environment, featuring the ChatViewer componentcomplex-chat-demo.html- Demonstrates a complex chat conversation with tool calls, code blocks, and mixed-language interactions