Shay
Shay
如果有的话,我该怎样使用这个功能呢?如果没有,是否有可能改进添加上这个功能呢😂
(亮色主题): http://localhost:51680 (暗色主题): http://localhost:51680/?__dark-theme=true
https://chat.openai.com/api/auth/session 登录官网之后,再点开上面的官方链接就会有accessToken,通过这个token连接gpt官网也是有可能的 这对于一次性购买过chatGPT plus的人来说非常重要,这就样就不用使用昂贵的chatGPT API了 可以参考如下两个项目的实现: https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy https://github.com/Chanzhaoyu/chatgpt-web 特别是chatgpt-web里面的历史对话功能,非常强大,值得借鉴的😭
与Wolfram Alpha合并的功能,已经在ChatGPT Plugin官方插件中实现了。好像非常好用的样子。有没有可能也加入到我们这个项目中来呢
What is the usable config for sift? feature_conf = extract_features.confs['sift'] matcher_conf = match_features.confs['???'] retrieval_conf = extract_features.confs['???']
tools/run_net.py 中要在51行前面加一句is_continue = False projects/neus/configs/neus_womask.py 中第13行dataset_dir = '/data/yqs/mesh_recon/NeuS_jittor/data_thin_structure/thin_cube' 要改一下,去掉前面的‘/’,改成dataset_dir = 'data/yqs/mesh_recon/NeuS_jittor/data_thin_structure/thin_cube'
当前主要问题包括: 1. 自定义模型数量有限,无法满足特定领域需求。 2. 所有场景,如搜索,总结,翻译等,都使用同一模型,影响某些任务性能或者会造成浪费。 3. 提示词管理缺乏灵活性,难以针对不同场景进行个性化设置。 建议实现以下新功能: 1. 扩展自定义模型支持: - 增加可导入的自定义模型数量。 - 提供简洁的模型管理界面。 2. 场景化模型配置: - 允许为不同功能模块单独设置默认模型。 - 例如:搜索功能使用轻量模型,复杂分析使用高级模型。 3. 模块化提示词管理: - 为各功能模块提供独立的提示词设置。 - 支持用户自定义提示词。 - 添加"恢复默认提示词"选项。 Feature Request:...
I've noticed an issue with the rendering of Chinese characters in the chat interface. When Chinese text is generated, it doesn't appear visible on the frontend, despite being present in...
### Validations - [ ] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find an...