<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atool</title>
<link rel="stylesheet" href="/css/sidebar.css">
<script src="/js/responsivevoice.js?key=DOnD0qff"></script>
<script src="/js/marked.min.js"></script>
<script src="/js/models.js"></script>
<script src="/js/prompts.js"></script>
<script src="/js/side_panel.js"></script>
<script src="/js/apis.js"></script>
<script src="/js/utile.js"></script>
<script src="/js/modelApi.js"></script>
<script src="/js/promptsApi.js"></script>
<script src="/js/voice.js"></script>
<script src="/js/sumConten.js"></script>
<script src="/js/imagesAi.js"></script>
</head>
<body>
<div id="cybody">
<div class="chat-container">
<div class="chat-body" id="chatBody">
<div class="chat-icon"><img src="/icons/icon16.png" width="80px" height="80px"></div>
<div class="chat-subtitle">
<p>欢迎使用Atool!有什么我可以帮您的吗?</p>
<div style="text-align: left;font-size: 13px;line-height: 1.5;">
<h3>功能说明:</h3>
<p>1. <strong>模型切换:</strong> 点击模型按钮,选择您希望使用的 AI 模型,以满足您的需求。您可以根据任务的复杂性和速度要求选择不同的模型。</p>
<p>2. <strong>网页总结:</strong> 您可以快速总结左侧网页的核心内容,只需点击“总结”按钮,即可获取网页的简要摘要。此功能特别适用于快速获取大量信息的概览。</p>
<p>3. <strong>翻译:</strong> 输入您希望翻译的文本,点击“翻译”按钮,AI 将为您提供翻译结果。支持多种语言之间的互译,确保沟通无障碍。</p>
<p>4. <strong>数据分析:</strong> 输入您想要分析的数据,点击“分析”按钮,AI 将从多个维度进行深入分析,并提供详细见解。适用于市场分析、用户行为分析等多种场景。</p>
<p>5. <strong>提示词管理:</strong> 点击“提示词”按钮,您可以添加、编辑和管理提示词,以帮助 AI 更准确地理解您的指令。通过自定义提示词,提升 AI 的响应准确性。</p>
<p>6. <strong>模型管理:</strong> 点击“设置”按钮,您可以调整 AI 模型,并更换 API 密钥和 API 地址。此功能允许您根据需要自定义 AI 的行为和性能。</p>
</div>
</div>
<div class="messages-container" id="messagesContainer"></div>
</div>
<div class="dibu">
<div class="chat-tools">
<div class="model-selector">
<span id="currentModel" class="history-btn" data-tooltip="点击更换模型" style="font-size: 12px;width: auto;height: 12px;background-color: #f5f5f5;">[文] GPT-4o mini</span>
</div>
<div class="right-tools">
<!--<button class="history-btn" id="uploadImage" data-tooltip="文件上传">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="17 8 12 3 7 8"></polyline>
<line x1="12" y1="3" x2="12" y2="15"></line>
</svg>
</button>-->
<button class="history-btn" id="sum" data-tooltip="总结网页">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>
<line x1="12" y1="6" x2="16" y2="6"></line>
<line x1="12" y1="10" x2="16" y2="10"></line>
<line x1="12" y1="14" x2="16" y2="14"></line>
</svg>
</button>
<button class="history-btn" id="translate" data-tooltip="翻译内容">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 8l6 6"></path>
<path d="M4 14l6-6 2-3"></path>
<path d="M2 5h12"></path>
<path d="M7 2h1"></path>
<path d="M22 22l-5-10-5 10"></path>
<path d="M14 18h6"></path>
</svg>
</button>
<button class="history-btn" id="Analysis" data-tooltip="数据分析">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="11" r="8" />
<line x1="21" y1="21" x2="16.65" y2="16.65" />
<line x1="8" y1="8" x2="13.35" y2="13.35" />
</svg>
</button>
<button class="history-btn" id="prompts" data-tooltip="提示词">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="6" y="6" width="8" height="8" />
<rect x="6" y="14" width="8" height="6" />
<rect x="14" y="6" width="6" height="8" />
</svg>
</button>
<button class="history-btn" id="settings" data-tooltip="模型管理">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="3"></circle>
<path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"></path>
</svg>
</button>
</div>
</div>
<div class="chat-input">
<texta
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
AI对话chrome插件 功能说明: 1. 模型切换: 点击模型按钮,选择您希望使用的 AI 模型,以满足您的需求。您可以根据任务的复杂性和速度要求选择不同的模型。 2. 网页总结: 您可以快速总结左侧网页的核心内容,只需点击“总结”按钮,即可获取网页的简要摘要。此功能特别适用于快速获取大量信息的概览。 3. 翻译: 输入您希望翻译的文本,点击“翻译”按钮,AI 将为您提供翻译结果。支持多种语言之间的互译,确保沟通无障碍。 4. 数据分析: 输入您想要分析的数据,点击“分析”按钮,AI 将从多个维度进行深入分析,并提供详细见解。适用于市场分析、用户行为分析等多种场景。 5. 提示词管理: 点击“提示词”按钮,您可以添加、编辑和管理提示词,以帮助 AI 更准确地理解您的指令。通过自定义提示词,提升 AI 的响应准确性。 6. 模型管理: 点击“设置”按钮,您可以调整 AI 模型,并更换 API 密钥和 API 地址。此功能允许您根据需要自定义 AI 的行为和性能。
资源推荐
资源详情
资源评论
收起资源包目录
Atool.zip (18个子文件)
js
modelApi.js 9KB
prompts.js 239B
sumConten.js 1KB
side_panel.js 33KB
imagesAi.js 2KB
models.js 1KB
utile.js 10KB
apis.js 875B
promptsApi.js 6KB
voice.js 2KB
responsivevoice.js 94KB
marked.min.js 36KB
manifest.json 2KB
content.js 1KB
side_panel.html 11KB
css
sidebar.css 12KB
icons
icon16.png 175KB
background.js 939B
共 18 条
- 1
资源评论
Ainnle
- 粉丝: 271
- 资源: 11
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于C++ / QT的模拟进程管理系统的设计与实现课程设计
- 大模型部署-基于TensorRT-LLM部署Qwen1.5大语言模型-附项目源码+流程教程-优质项目实战.zip
- 大模型部署-基于Rust+CUDA加速部署LLaMA-7b-附项目源码+流程教程-优质项目实战.zip
- 车牌识别-基于YOLOv8实现车牌检测+车牌识别算法-附项目源码+详细流程教程-优质项目实战.zip
- 车牌识别-基于Pytorch实现的MTCNN+LPRNet两阶段轻量级高性能车牌识别算法-附项目源码-优质项目实战.zip
- C#中委托与事件详解及其面向对象编程应用
- 【STM32开发之寄存器版】(十一-附)-DMA和串口空闲中断实现不定长数据接收
- Python面向对象编程详解及其实战应用
- 基于python特征脸方法以及局部二值模式方法初步实现了人脸识别的功能课程设计
- C#编程基础及其高级特性详解
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功