NextChat icon indicating copy to clipboard operation
NextChat copied to clipboard

✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows

Results 801 NextChat issues
Sort by recently updated
recently updated
newest added

#### 💻 变更类型 | Change Type - [x] feat - [ ] fix - [ ] refactor - [ ] perf - [ ] style - [x] test - [...

### 🥰 需求描述 把图片自动上传到图床以减少token用量 ### 🧐 解决方案 可以增加一个环境变量,控制上传图片时触发的shell命令,让用户自行实现上传图片到图床的操作并返回图片url ### 📝 补充信息 _No response_

enhancement
question

### 📦 部署方式 官方安装包 ### 📌 软件版本 2.14.0 ### 💻 系统环境 Windows ### 📌 系统版本 win11 ### 🌐 浏览器 Edge ### 📌 浏览器版本 Edge 126.0.2592.113,NextWeb客户端版本 ### 🐛 问题描述 ![image](https://github.com/user-attachments/assets/dea759d0-4d82-47c0-9698-1fd9271956fd) 返回的公式显示不正确,使用Gpt4o接口...

bug

#### 💻 变更类型 | Change Type - [ ] feat - [ ] fix - [ ] refactor - [ ] perf - [ ] style - [ ] test...

conflicts

Fixes .heic image uploading failure, especially on Windows. ## Summary by CodeRabbit - **New Features** - Improved image compression to support HEIC files, automatically converting them to JPEG for better...

conflicts

### 📦 Deployment Method Other ### 📌 Version - ### 💻 Operating System Windows ### 📌 System Version 10 ### 🌐 Browser Chrome ### 📌 Browser Version - ### 🐛...

bug

### 🥰 需求描述 和Google AI的Gemini不一样,还有一个Vertex AI版的Gemini Vertex AI版的验证方式是Service Account 或者用的更多的是ADC (Application Default Credentials), 而不用API Key ### 🧐 解决方案 增加对Vertex AI版的Gemini的支持 ### 📝 补充信息 _No response_

enhancement

### 🥰 需求描述 ## 问题描述 模型响应时看不清第一行文字就被顶上去了太影响阅读,希望能优化模型响应的消息泡泡 ## 期望 模型开始**大段文字**响应时,从出现第一行开始能让人稳定持续不被打断的阅读 ### 🧐 解决方案 优化消息泡泡移动速度或者控制泡泡的高度增长方向,可以参考原版chatgpt ### 📝 补充信息 _No response_

enhancement
question

### 🥰 需求描述 对于一些渠道的API,可能会有默认选项之外的API请求的参数需求,例如当我使用Ollama API时,需要添加num_ctx参数来设置模型的上下文窗口,否则模型默认只有2k或1k tokens。 ### 🧐 解决方案 添加一个textarea 让用户可以输入自定义的额外的请求参数,例如 ``` num_ctx: 32768, num_predict: 1000 ``` 或者 ``` options: { num_ctx: 32768, num_predict: 1000 } ``` 这两种格式分别对应经过转换成OpenAI格式的API请求格式,以及ollama原生的REST API 请求格式,下图可作为参考...

enhancement
question
low priority

### 📦 Deployment Method Official installation package ### 📌 Version 网页直接使用 ### 💻 Operating System Windows ### 📌 System Version Win10 ### 🌐 Browser Chrome ### 📌 Browser Version 116.0.5845.97...

bug