Jerry Yang
Jerry Yang
fix typo
[skip ci]
This repo provides a list of the most frequently used commands to simulate the experience of using the official ChatGPT web client, including: - `!help`: shows the help message -...
#### Expected Behavior The code example for Multi-Alpha Algorithms needs to be corrected for both C# and Python. We need to use the `Algorithm.Insights.GetActiveInsights(Algorithm.UtcTime).ToList();` to achieve this. I am not...
### 🥰 需求描述 #5439 这个 issue 其实提到了这个问题,但提出人关闭了对应的 issue 然后仅尝试解决另外一个问题。 > 在 ChatGPT 中,当用户点击重试时,会产生多个回答记录可供切换,而并非 ChatGPTNextWeb 中的覆盖原来的回答. 这个 feature 是确实有需求的,因为有时候(尤其是 DeepSeek )我对回答不满意想要重试时,结果重试的结果是 Error 直接导致原来的回答丢失,这样非常不方便。 ### 🧐 解决方案 通过界面的按钮重试时,希望能保留旧历史,类似于 ChatGPT 和 Claude 的网页端支持的功能,能够在不同的回复历史中进行浏览,组织成不同的回答链。可能需要对历史的组织逻辑进行重构,但我认为这个确实是一个必要的...
## Description This should close #6038. This PR builds on top of PR #10528, but replaces the `ty_vec` type with `ty_vec128`, which is the only one that's actually used in...