Skip to content

srsman/sidellama

 
 

Repository files navigation

sidellama

tiny browser-augmented chat client for open-source language models.

基于浏览器增强的开源语言模型聊天客户端。

Release Notes

v0.0.2

🌟 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 密钥配置界面

🔧 改进:

  • 修复连接状态同步问题
  • 提升整体用户体验

Installation 安装

Install Manually 手动安装

  • download the latest release

  • enable chrome Extensions > Developer mode

  • load the content of the extracted zip with Load unpacked button

  • 下载最新的发布版本

  • 启用 Chrome 的扩展程序 > 开发者模式

  • 使用加载已解压的扩展程序按钮加载解压后的文件

Install from Source 从源码安装

  • clone the repo

  • run npm i && npm start to generate your bundle located in dist/chrome

  • enable chrome Extensions > Developer mode

  • load the content of dist/chrome folder with Load unpacked button

  • 克隆仓库

  • 运行 npm i && npm start 生成位于 dist/chrome 的打包文件

  • 启用 Chrome 的扩展程序 > 开发者模式

  • 使用加载已解压的扩展程序按钮加载 dist/chrome 文件夹

Docs 文档

Check out the documentation page

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.4%
  • JavaScript 5.1%
  • HTML 2.4%
  • SCSS 0.1%