tiny browser-augmented chat client for open-source language models.
基于浏览器增强的开源语言模型聊天客户端。
🌟 New Features:
- Added support for Google Gemini API
- Improved model selection interface
- Enhanced API key configuration UI
🔧 Improvements:
- Fixed connection status synchronization issues
- Optimized overall user experience
🌟 新功能:
- 新增 Google Gemini API 支持
- 改进模型选择界面
- 优化 API 密钥配置界面
🔧 改进:
- 修复连接状态同步问题
- 提升整体用户体验
-
download the latest release
-
enable chrome
Extensions > Developer mode -
load the content of the extracted zip with
Load unpackedbutton -
下载最新的发布版本
-
启用 Chrome 的
扩展程序 > 开发者模式 -
使用
加载已解压的扩展程序按钮加载解压后的文件
-
clone the repo
-
run
npm i && npm startto generate your bundle located indist/chrome -
enable chrome
Extensions > Developer mode -
load the content of
dist/chromefolder withLoad unpackedbutton -
克隆仓库
-
运行
npm i && npm start生成位于dist/chrome的打包文件 -
启用 Chrome 的
扩展程序 > 开发者模式 -
使用
加载已解压的扩展程序按钮加载dist/chrome文件夹
Check out the documentation page


