| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>User Agreement - XiaoZhi Backend Service</title>
- <style>
- body {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
- line-height: 1.8;
- color: #333;
- max-width: 900px;
- margin: 0 auto;
- padding: 20px 30px;
- background: #f9f9fb;
- }
- h1 {
- text-align: center;
- font-size: 24px;
- margin-bottom: 5px;
- }
- h2 {
- font-size: 18px;
- margin-top: 30px;
- border-bottom: 1px solid #e0e0e0;
- padding-bottom: 6px;
- }
- p {
- margin: 8px 0;
- text-indent: 2em;
- }
- .update-date {
- text-align: center;
- color: #888;
- font-size: 14px;
- margin-bottom: 30px;
- }
- .bold {
- font-weight: bold;
- }
- </style>
- </head>
- <body>
- <h1>User Agreement</h1>
- <div class="update-date">Last Updated: March 10, 2026</div>
- <h2>Important Notice</h2>
- <p>Welcome to use the XiaoZhi Backend Service (hereinafter referred to as "the Service"). The Service is designed to
- provide backend service support for XiaoZhi AI hardware devices, including but not limited to intelligent voice
- interaction, visual understanding, intent recognition, conversation memory, knowledge base Q&A, device
- management, and agent management. The operator of this Service is the actual deployer and administrator of the
- Service (hereinafter referred to as "Operator" or "we").
- </p>
- <p class="bold">Before registering, logging in, or using the Service, please carefully read and fully understand all
- terms of this Agreement, especially the terms that are highlighted in bold and may have significant impact on
- your interests, including but not limited to disclaimers and liability limitations.</p>
- <p class="bold">When you complete registration, login, or otherwise use the Service following the on-screen
- instructions, it signifies that you have fully read, understood, and accepted all contents of this Agreement. If
- you disagree with this Agreement or any of its terms, please stop using the Service immediately.</p>
- <p>This Agreement may be updated and revised based on actual circumstances. The revised Agreement will be published
- through the Service's announcement mechanisms. The revised Agreement shall take effect from the date of
- publication. If you continue to use the Service after the Agreement revision, it shall be deemed that you have
- accepted the revised Agreement.</p>
- <h2>I. Definitions</h2>
- <p><span class="bold">XiaoZhi Backend Service:</span> refers to the XiaoZhi Backend Service and its backend service
- system, including but not limited to the Admin Console (management backend), API interfaces, WebSocket
- communication services, etc.
- </p>
- <p><span class="bold">Admin Console:</span> refers to the web management interface provided by the Service for
- device management, agent configuration, user management, and other functions.</p>
- <p><span class="bold">User:</span> refers to natural persons, legal persons, or other organizations who register or
- otherwise use the Service, hereinafter referred to as "you".</p>
- <p><span class="bold">Intelligent Agent (Agent):</span> refers to an AI character created and configured within the
- Service, containing a collection of capabilities such as language models, speech recognition, speech synthesis,
- visual understanding, intent recognition, conversation memory, and knowledge base.</p>
- <p><span class="bold">Device:</span> refers to ESP32 and other hardware devices connected and managed through the
- Service.</p>
- <h2>II. Scope of Agreement</h2>
- <p>This Agreement is a legal agreement between you and the Operator regarding your use of the Service. This
- Agreement applies to all your actions when using the Service through the Admin Console or other means.</p>
- <p>The source code of the Service follows the corresponding open-source license. This Agreement governs your use of
- the Service and does not affect the rights granted to you by the open-source license itself.</p>
- <h2>III. Account Registration and Use</h2>
- <p><span class="bold">3.1 User Eligibility:</span> You confirm that before using the Service, you should have the
- capacity for civil conduct as required by the laws of the People's Republic of China. If you are a minor, you
- should use the Service under the company and guidance of your legal guardian.</p>
- <p><span class="bold">3.2 Account Registration:</span> You may register and log in to the Service through mobile
- phone verification code, username/password, or other methods. You shall provide true, accurate, and complete
- registration information and update it promptly.</p>
- <p><span class="bold">3.3 Account Security:</span> You shall properly keep your account and password safe. All
- consequences arising from account leakage or unauthorized use by others due to your reasons shall be borne by
- you. If you discover any security risks with your account, please contact the Operator immediately.</p>
- <p><span class="bold">3.4 Account Usage Restrictions:</span> Your account is for your personal use only. Without the
- Operator's consent, you shall not transfer, rent, or lend your account to any third party in any way.</p>
- <p><span class="bold">3.5 Account Cancellation:</span> If you need to cancel your account, you may do so through the
- account settings in the Admin Console or contact the Operator for processing. After account cancellation,
- related data will be deleted and cannot be recovered. Please proceed with caution.</p>
- <h2>IV. Service Content</h2>
- <p><span class="bold">4.1 Service Overview:</span> Relying on artificial intelligence technology, the Service
- provides intelligent interaction services for connected hardware devices through API calls to third-party
- generative AI models, including but not limited to Voice Activity Detection (VAD), Automatic Speech Recognition
- (ASR), Large Language Model (LLM), Text-to-Speech (TTS), Vision Large Language Model (VLLM), Intent Recognition,
- Conversation Memory, and Retrieval-Augmented Generation (RAG).
- </p>
- <p><span class="bold">4.2 Agent Management:</span> You can create and configure Agents through the Admin Console,
- including setting role templates, selecting language models, configuring voice parameters, setting intent
- recognition rules, managing knowledge bases, enabling conversation memory, configuring Agent plugins, etc. The
- Agent settings shall not violate national laws and regulations.</p>
- <p><span class="bold">4.3 Device Management:</span> You can bind and manage your hardware devices through the Admin
- Console, perform device configuration, firmware updates, OTA remote upgrades, etc. You shall ensure that the
- devices you manage are lawfully owned or authorized by you.</p>
- <p><span class="bold">4.4 Visual Understanding:</span> The Service supports image capture through device cameras and
- uses third-party vision models for image recognition and scene understanding. You shall ensure that image
- capture complies with relevant laws and regulations and does not infringe upon others' privacy.</p>
- <p><span class="bold">4.5 Intent Recognition:</span> The Service can understand the intent of user commands through
- intent recognition and trigger corresponding operations or services, such as controlling smart devices, querying
- information, etc.</p>
- <p><span class="bold">4.6 Conversation Memory:</span> The Service can record and store summaries of your interaction
- history with the Agent to provide more coherent and personalized interaction experiences in subsequent
- conversations. You can manage or clear memory data in the Admin Console.</p>
- <p><span class="bold">4.7 Knowledge Base:</span> The Service supports uploading documents, texts, and other content
- to build knowledge bases. Agents can retrieve knowledge base content during conversations to provide Q&A
- services. You shall ensure that uploaded knowledge base content does not infringe upon third-party intellectual
- property rights and does not contain content that violates laws and regulations.</p>
- <p><span class="bold">4.8 Voice Print Recognition:</span> The Service supports voice print recognition. You can
- register voice print samples to achieve speaker identity verification and personalized services. Voice print
- data will be used for identity verification purposes.</p>
- <p><span class="bold">4.9 Voice Cloning:</span> The Service supports voice cloning. You can clone custom voice
- timbres by providing audio samples. Cloned voices are for your personal use only and shall not be used to
- impersonate others or engage in illegal activities.</p>
- <p><span class="bold">4.10 MCP Endpoints:</span> The Service supports MCP (Model Context Protocol) and can serve as
- an MCP Server to provide tool calling capabilities to external systems, or as an MCP Client to call external MCP
- services, achieving standardized integration with external systems.</p>
- <p><span class="bold">4.11 Context Providers:</span> the Service supports Context Provider functionality, which can
- obtain real-time information from external data sources, such as weather, news, stocks, etc., providing Agents
- with richer knowledge sources.</p>
- <p><span class="bold">4.12 MQTT Protocol:</span> The Service supports MQTT (Message Queuing Telemetry Transport)
- protocol for message communication between IoT devices. You can use the MQTT protocol to send device control
- commands, monitor device status, etc.</p>
- <p><span class="bold">4.13 Service Disclaimer:</span> The conversations and responses generated by third-party AI
- models that the Service depends on are for reference only and do not constitute professional advice in any
- field. You shall not use the output content as professional advice in medical, legal, financial, or other
- professional fields. Any judgments or decisions you make based on the output content shall be entirely at your
- own responsibility.</p>
- <p class="bold">4.14 Service Fees: The Service is a free open-source project and does not charge any usage fees from
- users. It only provides platform capabilities for calling third-party services and does not involve any paid
- functions or value-added services.</p>
- <p>The Service supports multiple AI service providers with different billing models as follows:</p>
- <p>(1) <span class="bold">Free Services:</span> Some service providers offer free quotas or completely free
- services, such as Zhipu AI (free models like glm-4-flash), Microsoft EdgeTTS voice synthesis, etc.</p>
- <p>(2) <span class="bold">Pay-as-you-go:</span> Some service providers charge based on API usage, such as OpenAI,
- Alibaba Cloud Intelligent Speech, Baidu Wenxin, iFlytek, etc. You need to pay the corresponding fees to
- third-party service providers yourself. Such fees are unrelated to this Service.</p>
- <p>(3) <span class="bold">Local Deployment:</span> The Service supports fully local AI deployment solutions, such as
- FunASR speech recognition, FishSpeech voice synthesis, Ollama local large models, etc. Local deployment does not
- require network fees or API usage fees but requires sufficient local computing resources.</p>
- <p>You can choose a suitable service provider based on your actual needs and budget. For specific fee standards,
- please refer to the official documentation of each service provider.</p>
- <p><span class="bold">4.15 Service Changes:</span> The Operator reserves the right to adjust, upgrade, or terminate
- the Service content based on actual circumstances and will endeavor to provide advance notice.</p>
- <h2>V. User Conduct Standards</h2>
- <p><span class="bold">5.1 Legal Use:</span> When using the Service, you shall comply with the laws and regulations
- of the People's Republic of China and relevant international treaties, and shall not use the Service for any
- illegal activities.</p>
- <p class="bold">5.2 Prohibited Activities: You undertake not to engage in the following activities when using the
- Service:</p>
- <p>(1) Publishing, transmitting, or storing content that endangers national security or social stability, including
- but not limited to content involving subversion of state power, damage to national honors and interests,
- incitement of ethnic hatred, etc.</p>
- <p>(2) Publishing, transmitting, or storing content that infringes upon the legitimate rights and interests of
- others, including but not limited to infringement of intellectual property rights, privacy rights, reputation
- rights, etc.</p>
- <p>(3) Publishing, transmitting, or storing obscene, pornographic, violent, terrorist, or content that incites
- crimes.</p>
- <p>(4) Publishing false information, spreading rumors, or engaging in fraudulent activities.</p>
- <p>(5) Interfering with the normal operation of the Service in any way, including but not limited to attacking
- servers, spreading malicious programs, malicious consumption of system resources, etc.</p>
- <p>(6) Reverse engineering, decompiling, or otherwise attempting to obtain the source code of the Service without
- authorization (this clause does not limit your lawful use of open-source code under the open-source license).
- </p>
- <p>(7) Using the Service for automated batch operations, malicious consumption of API call quotas or other system
- resources.</p>
- <p>(8) Inputting content that violates laws and regulations or public order and good morals in Agent settings.</p>
- <p>(9) Using the Service to harm or attempt to harm minors.</p>
- <p>(10) Other activities that violate laws and regulations, this Agreement, or may harm the legitimate rights and
- interests of the Operator and third parties.</p>
- <p><span class="bold">5.3 Handling of Violations:</span> If you violate the above conduct standards, the Operator
- has the right to take measures such as warnings, feature restrictions, service suspension, account banning,
- etc., depending on the severity, and reserves the right to pursue legal liability.</p>
- <h2>VI. Intellectual Property</h2>
- <p><span class="bold">6.1 Open-source License:</span> The Service is an open-source project, and its source code
- follows the corresponding open-source license. You may use the relevant source code in compliance with the terms
- of that license.</p>
- <p><span class="bold">6.2 Service Content Ownership:</span> Except for open-source code, the interface design,
- icons, copy, and other independently created content by the Operator in the Service are owned by the Operator.
- </p>
- <p><span class="bold">6.3 User Content:</span> The intellectual property rights of content you input, upload, or
- generate through the Service shall be determined according to relevant laws and regulations. You grant the
- Operator the right to store and process your input content for the purpose of maintaining and improving the
- Service.</p>
- <p><span class="bold">6.4 Third-party Rights:</span> You shall respect the intellectual property rights and other
- legitimate rights of third parties when using the Service. You shall bear full responsibility for any disputes
- arising from your infringement of third-party rights.</p>
- <h2>VII. Privacy Protection</h2>
- <p><span class="bold">7.1 Information Collection:</span> To provide the Service, the Operator may collect your
- registration information (such as phone number, username), device information, usage logs, etc. For specific
- personal information collection and usage rules, please refer to the Privacy Policy.</p>
- <p><span class="bold">7.2 Information Protection:</span> The Operator will take reasonable technical and management
- measures to protect the security of your personal information. However, due to the openness of the Internet, the
- Operator cannot absolutely guarantee information security. Please pay attention to protecting your sensitive
- personal information.</p>
- <p class="bold">7.3 Information Security Warning: Please do not disclose sensitive personal information such as your
- property accounts, bank card numbers, passwords, etc. to the AI during your use of the Service. Any losses
- resulting from this shall be borne by you.</p>
- <h2>VIII. Disclaimer</h2>
- <p class="bold">8.1 AI-Generated Content: The Service relies on third-party AI models to provide intelligent
- interaction capabilities. The content generated by AI may be inaccurate, incomplete, or inappropriate. The
- Operator does not make any guarantees regarding the authenticity, accuracy, or completeness of AI-generated
- content.</p>
- <p class="bold">8.2 Service Interruption: The Operator shall not be responsible for service interruptions or
- abnormalities caused by the following reasons:</p>
- <p>(1) Force majeure factors such as natural disasters, epidemics, wars, etc.</p>
- <p>(2) Public service factors such as power supply failures, communication network failures, etc.</p>
- <p>(3) Service failures or policy adjustments of third-party AI model service providers.</p>
- <p>(4) Temporary service interruptions caused by system maintenance or upgrades.</p>
- <p>(5) Cybersecurity events such as hacker attacks, computer viruses, etc.</p>
- <p>(6) Service adjustments due to laws, regulations, or government control.</p>
- <p>(7) Other situations not caused by the Operator's fault.</p>
- <p><span class="bold">8.3 Third-party Services:</span> The Service may involve third-party services such as language
- models, speech recognition, speech synthesis, vision models, intent recognition, etc. You shall also comply with
- the terms of third parties when using them. For issues arising from third-party services, please contact the
- third party directly.</p>
- <p class="bold">8.4 Open-source Statement: The Service is an open-source project provided "as is". To the maximum
- extent permitted by law, the Operator does not make any express or implied warranties regarding the
- merchantability, fitness for a particular purpose, or non-infringement of the Service.</p>
- <p class="bold">8.5 Open-source Software Special Statement: This project is open-source software. This Service does
- not have any commercial cooperative relationships with any third-party API service providers (including but not
- limited to platforms for speech recognition, large models, speech synthesis, etc.) and does not provide any form
- of guarantees for their service quality and fund security. This software does not host any account keys, does
- not participate in capital flow, and does not bear the risk of recharge fund losses.</p>
- <p class="bold">8.6 Security Warning: The functions of this project are not complete and have not passed
- cybersecurity reviews. Please do not use them in production environments. If you deploy this project in a public
- network environment for learning purposes, you must take necessary protective measures, including but not
- limited to setting strong passwords, restricting access permissions, enabling HTTPS encrypted transmission, etc.
- </p>
- <h2>IX. Protection of Minors</h2>
- <p>9.1 If you are a minor under 18 years of age, you should use the Service under the guidance and consent of your
- guardian.</p>
- <p>9.2 Guardians should strengthen supervision of minors' use of the Service and guide them to use it reasonably to
- avoid over-dependence.</p>
- <p>9.3 Minors should pay attention to personal information protection when using the Service and avoid uploading or
- disclosing sensitive personal information.</p>
- <h2>X. Termination of Agreement</h2>
- <p><span class="bold">10.1 User Termination:</span> You have the right to stop using the Service and cancel your
- account at any time.</p>
- <p><span class="bold">10.2 Operator Termination:</span> The Operator has the right to terminate providing services
- to you under the following circumstances:</p>
- <p>(1) You violate the terms of this Agreement.</p>
- <p>(2) You use the Service for illegal activities.</p>
- <p>(3) Required by laws, regulations, or policies.</p>
- <p>(4) The Operator decides to stop operating the Service.</p>
- <p><span class="bold">10.3 Post-Termination Handling:</span> After the Agreement is terminated, the Operator has no
- obligation to retain your account information and related data. The Operator still has the right to pursue your
- liability for breaches during the validity period of the Agreement.</p>
- <h2>XI. Governing Law and Dispute Resolution</h2>
- <p>11.1 The formation, effectiveness, interpretation, revision, termination, and dispute resolution of this
- Agreement shall be governed by the laws of the People's Republic of China.</p>
- <p>11.2 Any disputes arising from this Agreement or the Service shall be resolved through friendly negotiation
- between both parties. If negotiation fails, either party has the right to bring a lawsuit to the people's court
- with jurisdiction over the Operator's location.</p>
- <p>11.3 If any provision of this Agreement is determined to be invalid or unenforceable, it shall not affect the
- validity of the remaining provisions.</p>
- <h2>XII. Miscellaneous</h2>
- <p>12.1 This Agreement constitutes the complete agreement between you and the Operator regarding your use of the
- Service.</p>
- <p>12.2 The Operator's failure to exercise or delay in exercising any rights under this Agreement shall not
- constitute a waiver of such rights.</p>
- </body>
- </html>
|