0.17.1 release notes (#6021)

### What problem does this PR solve?



### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-03-13 14:43:24 +08:00
committed by GitHub
parent e213873852
commit 9c8060f619
3 changed files with 30 additions and 2 deletions

View File

@ -30,7 +30,7 @@ import requests
import asyncio
LENGTH_NOTIFICATION_CN = "······\n由于大模型的上下文窗口大小限制,回答已经被大模型截断。"
LENGTH_NOTIFICATION_EN = "...\nThe answer is truncated by your chosen LLM due to its context length limitation."
LENGTH_NOTIFICATION_EN = "...\nThe answer is truncated by your chosen LLM due to its limitation on context length."
class Base(ABC):