Skip to content

v2.5.1

Compare
Choose a tag to compare
@snakeying snakeying released this 24 Sep 17:06
· 11 commits to main since this release
cf14fea

对 Telegram Bot 的模型选择功能进行了优化,旨在提供更准确和一致的用户体验。

  1. 修复历史记录摘要生成问题:
    • 修复了 /history 命令在使用非 OpenAI 模型时的摘要生成问题 🔧。
    • 现在,历史记录摘要将始终使用用户当前选择的模型生成,确保一致性。
  2. 优化代码结构:
    • 确保了所有 API 调用函数的正确导入和使用。
  3. Bug 修复:
    • 解决了可能导致模型选择不一致的问题,提高了 Bot 的可靠性 🐞。

Optimized the model selection feature of our Telegram Bot to provide a more accurate and consistent user experience.

  1. Fixed History Summary Generation Issue:
    • Resolved the issue with the /history command when using non-OpenAI models 🔧.
    • History summaries are now consistently generated using the user's currently selected model.
  2. Improved Code Structure:
    • Ensured correct import and usage of all API call functions.
  3. Bug Fixes:
    • Addressed issues that could lead to inconsistent model selection, improving the Bot's reliability 🐞.