chatbox icon indicating copy to clipboard operation
chatbox copied to clipboard

User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)

Results 886 chatbox issues
Sort by recently updated
recently updated
newest added

越来越多的本地运行的模型被释放出来,请增加对自定义模型的支持: 允许输入受支持的API地址,允许自定义模型名称。

Azure OpenAI Service provides REST API access to OpenAI's powerful language models including the GPT-3, Codex and Embeddings model series. ([link](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/overview)) Azure OpenAI Service gives customers advanced language AI with...

**问题描述** 我在小说创作中需要GPT记住很多信息,比如人物卡的各种设置,名字、年龄、技能等,还需要它记住目前剧情进展程度,然而现在的会话中承载不了那么多字的信息,您能不能在界面中添加一个类似于资料库的界面,让我可以把人物设定和剧情走向都放进去,确保GPT在帮我设置剧情的时候能够随时调用不至于跑偏或者遗忘设定。 **解决思路** 在聊天界面旁边加上一个文字框暂且叫设定框吧,我可以长期的把人物设定和剧情走向存在里面,并且我可以随时对里面的内容进行修改。 每当我要求GPT帮我构思新剧情的时候,我向他要求先阅读设定框里的内容已作前情提要来参考,然后他再进行创作。这样能够让他更好的联系上下文,人不用我一遍遍的在会话中给他输入人物和剧情设定。 **附加上下文** 无

建议可以在对话框内上传PDF,让chatbox快速阅读后,用户可以提问题。

我在Linux上安装了这个工具,系统信息如下: ```shell $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.10 Release: 22.10 Codename: kinetic ``` 发现有如下问题: 1. 基于 AppImage 直接使用,发现不能输入中文。 2. 基于deb包进行安装,发现不能启动,错误如下: ```shell $...

**Bug Description** Sidebar rendering problem when application i not use it. **Steps to Reproduce** I think is minimize windows cause it. **Screenshots** ![image](https://user-images.githubusercontent.com/45736660/232720769-d8d0d68f-63cc-41d8-9d7b-ba0ad2bfb8f0.png) **Desktop (please complete the following information):** -...

![image](https://user-images.githubusercontent.com/57226206/232649297-0831a2e2-6a0b-4bb2-8fa8-53f5921a6980.png)

Now the "quote" button would capture the whole reply, which makes it not so useful. It would be nice if the "quote" button captures only selected text if there is...

可以接入webchatgpt(插件)吗,就是一个联网的功能, 有一些资料需要联网查询 网页班的chatgpt很容易断开链接

**问题描述** 当gpt在进行多轮对话后,会忘记之前的内容,重新生成新的内容。 **解决思路** 借助langchain的Memory可以实现一个带记忆的对话机器人 **附加上下文** https://github.com/logspace-ai/langflow https://github.com/liaokongVFX/LangChain-Chinese-Getting-Started-Guide