Skip to content

Latest commit

 

History

History
91 lines (65 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

91 lines (65 loc) · 3.5 KB

2024年5月11日

  • During the result generation process, scrolling up can stop automatic scrolling to the bottom.
  • The configured proxy server URL can end with or without a trailing slash (/).
  • Predefined prompts can be configured using a JSON file.

Press Ctrl+Shift+P (Command + Shift + P), type deepseek: Edit Predefined Prompts ✏️, and hit Enter to open a prompts.json file where you can centrally edit predefined prompts. After this, you can type / in the input box to pop up the predefined selection menu. Use the up and down arrow keys to select a predefined prompt, then press Enter or click to confirm and automatically fill the input box with the prompt.

  • 生成结果的过程中可以通过向上滚动停止滚动到底部的行为
  • 配置的代理服务器可以以/结尾也可以不以/结尾
  • 可以使用json文件配置预定义prompt
  • 如果官网不可以用自动切换自免费代理服务器

按下快捷键Ctrl+Shift+P(Command + Shift + P ),输入deepseek:编辑预定义提示词 ✏️,按 Enter 键,就可以打开一个prompts.json配置文件集中编辑预定义提示词 输入之后在提问输入框可以键入/弹出预定义选择框,然后按上下方向键可以选择预定义提示词,回车或点击可以确定并自动填入提问输入框

2023-7-7

  • Integrate the added predefined prompt into the right-click menu.
  • 将新增的预定义提示集成到右键菜单中。

2023-6-21

  • Display language based on system language settings.
  • Ability to modify the title of the session.
  • Ability to set custom suggestions using the / trigger.
  • 根据系统语言设置显示语言
  • 可以修改会话的标题
  • 可以设置自定义提示词,使用/触发

2023-6-20

  • Can save sessions, view session history, delete sessions, replay sessions, modify sessions
  • 可以保存会话、查看会话历史、删除会话、重放会话、修改会话

2023-6-18

  • Supports exporting a single answer and the entire conversation
  • 支持导出单个回答和整个会话

2023-6-17

  • Users who have already bound their own API key can support sessions and use the context feature.
  • 已经绑定了自己的API key的用户可以支持会话,使用上下文功能

2023-6-16

  • Stop responding with added icons

  • Beautify conversation style

  • Ability to regenerate answers

  • Ability to edit and resend questions

  • Ability to fine-tune temperature and model parameters

  • Right-click menu organized in groups

  • 停止响应添加图标

  • 美化会话样式

  • 可以重新生成回答

  • 可以编辑重新发送提问

  • 可以微调温度和模型参数

  • 右键菜单分组整理

2023-6-14

Added

  • Added stop response functionality

  • More aesthetically pleasing loading effects

  • 增加了停止响应功能

  • 更美观的加载效果

  • 全新编写的README

2023-6-13

Added

  • More aesthetic pages, smoother output

  • Added the feature of custom prompt words

  • 更美观的页面,更流畅的输出

  • 增加了自定义提示词功能

2023-06-09

Added

  • Implement a typewriter effect similar to the official website, with faster response and fewer errors.

  • 实现类似官网的打字机效果,更快的响应,更少的报错

2023-06-01

Added

  • You can copy the answer, insert the answer into the current file, or insert the answer into a new file.

  • 可以复制回答、把回答插入到当前文件、把回答插入到新文件中