├── LICENSE ├── README.md └── dual-ai-chat.zip /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2025 从何开始123 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | [Dual AI Chat](https://aistudio.google.com/app/prompts?state=%7B%22ids%22:%5B%221wS-wmXT_J4S-sfYxY1wItwh4UuV4STEk%22%5D,%22action%22:%22open%22,%22userId%22:%22102038139080022776927%22,%22resourceKeys%22:%7B%7D%7D) 2 | --- 3 | ![image](https://github.com/user-attachments/assets/41119622-dbdc-4446-b93f-8dbc522c9807) 4 | 5 | 6 | ### 核心理念:双AI协同,深度解析 7 | 8 | Dual AI Chat的核心魅力在于其独特的双AI架构。用户提出的每一个问题或上传的图片,都会首先由**Cognito** ——一个被设定为高度逻辑和分析性的AI——进行初步解读,并向**Muse** (一个被设定为富有创造力和想象力的AI)发起讨论。 9 | 10 | 11 | ### 核心亮点功能速览 12 | 13 | 1. **深度AI对话模式:** 14 | 15 | * **您发起提问:** 只需输入您的问题(还可以附带图片,让AI更精准理解)。 16 | 17 | * **双AI协同思考:** 18 | 19 | * Cognito会立即与Muse展开深度探讨,共同分析您的问题。 20 | 21 | * Muse积极回应,与Cognito进行信息交流。 22 | 23 | * 根据问题的复杂程度,两款AI可进行多轮往复的深入交流,层层递进,确保理解透彻。 24 | * **精准智能解答:** 最终,Cognito会综合所有对话细节和共享记事本中的关键信息,为您提供全面、精准的最终答案。 25 | 2. **智能共享记事本 (Shared Notepad):** 26 | 27 | * **AI的“协作大脑”:** 这是Cognito和Muse专属的协作空间,一个智能共享的“大脑”。它们在对话过程中会实时读取、记录并更新记事本内容。 28 | 29 | * **信息透明化:** AI会自动将讨论中的关键信息、思路和进展整理到记事本中(每次更新都会确保内容为最新版本,覆盖旧有记录)。 30 | -------------------------------------------------------------------------------- /dual-ai-chat.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yeahhe365/Dual-AI-Chat/0be378ba8f5c3d07a6a3ad061c40a5c1588f3a8c/dual-ai-chat.zip --------------------------------------------------------------------------------