BetterChatGPT icon indicating copy to clipboard operation
BetterChatGPT copied to clipboard

An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)

Results 179 BetterChatGPT issues
Sort by recently updated
recently updated
newest added

# 增加折叠MenuOptions功能 意见来自https://github.com/ztjhz/FreeChatGPT/issues/79 1. 新增[src/assets/icons/ArrowBottom.tsx](https://github.com/ztjhz/FreeChatGPT/compare/main...flycran:FoldMenuOptions?expand=1#diff-5689f90f0f839816c4bbb75f75801b6625d69a0efd06f134964fc9624ae7d464)折叠图标 2. 新增[src/components/Menu/CollapseOptions.tsx](https://github.com/ztjhz/FreeChatGPT/compare/main...flycran:FoldMenuOptions?expand=1#diff-dfd51478a4f8b64d0ed5ce5d5ffaff1631fd65782df1ac53c01055e9480489c1)折叠按钮 3. 移除[src/components/Menu/ChatHistoryList.tsx](https://github.com/ztjhz/FreeChatGPT/compare/main...flycran:FoldMenuOptions?expand=1#diff-9ad0d964a38965d8a7f8b2fe8fd20c6c7ae5bcc019ab8b404d05dd0fe3324629)的分割线,将视觉内容移交由上述组件 4. 修改[src/components/Menu/MenuOptions/MenuOptions.tsx](https://github.com/ztjhz/FreeChatGPT/compare/main...flycran:FoldMenuOptions?expand=1#diff-89b07f127c3c6974e795ad195c3e5e7ab434e90307d73eede7f668d73e4e2bc7)内容以应用折叠组件并实现折叠效果

The current UI is too complicated for some first time users. This commit adds a "Advanced mode" toggle that defaults on but can be turned off. When the toggle if...

There is only little space for message rendering .this will create little more space

GitHub now officially supports pages deployment from Actions

- Move low-frequency options to settings menu - ~~Add lockfiles to .gitignore~~ ![image](https://user-images.githubusercontent.com/23134847/225048744-4c0ee7fe-329a-40ca-988b-f82cae79368b.png) ![image](https://user-images.githubusercontent.com/23134847/225048784-e499547b-12a4-494a-80dc-760901d1fd7a.png)

I get that the GPT-4 is cutting back on the queries you're allowed to send per minute, only, I've been waiting since yesterday and I'm still getting this popup warning...

{ "error": { "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": null } } Message from freechatgpt.chat: Too many request!...

我按照教程一步一步弄 发布在自己的githubpage io但是是空白页 是因为没有配置域名吗? 本地开发跑的没有问题

I use multiple instances of ChatGPT simultaneously. For example, one instance creates pseudo code while the other implements it to work around context issues. Therefore, it would be great if...

Install the following: https://github.com/dqbd/tiktoken And import: import tiktokenModel from "@dqbd/tiktoken/encoders/cl100k_base.json"; import { init, Tiktoken } from "@dqbd/tiktoken/lite/init"; import wasm from "../../node_modules/@dqbd/tiktoken/lite/tiktoken_bg.wasm?module";