mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-23 03:26:53 +08:00
0.17.1 release notes (#6021)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user