anrgct

Results 8 issues of anrgct

**描述你遇到的Bug** 我使用了Apple clip和app,收到通知栏消息后,之前的消息时间没有刷新,要等待10多秒钟后,才会出现最新的消息,并且更新旧的消息的时间。 希望增加下拉刷新功能。

### 💻 系统环境 macOS ### 📦 部署环境 Docker ### 🌐 浏览器 Chrome ### 🐛 问题描述 ![1715781855586](https://github.com/lobehub/lobe-chat/assets/16172523/7781693b-0a03-426d-8193-0cdae16327f3) Ollama连通性检查失败,我通过配置docker中lobe访问主机的ollama服务,关闭了“使用客户端请求模式”,但是“连通性检查”仍然是通过浏览器直接发出的,虽然在聊天界面可以正常使用了,但是这个提示是错误的。 ### 🚦 期望结果 _No response_ ### 📷 复现步骤 _No response_ ### 📝 补充信息...

Inactive
🐛 Bug

### Before submitting your bug report - [ ] I'm not able to find an [open issue](https://github.com/unit-mesh/auto-dev-vscode/issues?q=is%3Aopen+is%3Aissue) that reports the same bug - [ ] I've seen the [troubleshooting guide](https://vscode.unitmesh.cc/troubleshooting)...

bug

### What is the issue? When using open-webui, I've noticed that long contextual messages sent to ollama consistently result in poor responses. After investigating the issue, it appears that the...

bug

我想兼容one-api和ollama,这两个都是有一大堆模型id,手动输入太痛苦了,希望能自动拉取models,可以切换模型选择。顺便增加一个复制机器人的功能,方便只修改模型名。

![1716262423564](https://github.com/chathub-dev/chathub/assets/16172523/8324fee1-2f1a-46a9-8a33-a00530a14a6e) 希望能抄袭一下

它有两种接口`/v1/completions`和`/v1/chat/completions`,前者自定义渠道也不能用,不知道该如何添加渠道? ``` curl --request POST \ --url https://api.fireworks.ai/inference/v1/completions \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer ' \ --data '{ "model": "accounts/fireworks/models/starcoder-7b", "max_tokens": 1024, "top_p": 1,...

bug

### Before submitting your bug report - [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find...

area:context-providers
kind:bug
ide:vscode