diff --git a/README-zh.md b/README-zh.md index 6aab2a43..73e7fd7e 100644 --- a/README-zh.md +++ b/README-zh.md @@ -380,6 +380,7 @@ class QueryParam: Format: [{"role": "user/assistant", "content": "message"}]. """ + # Deprecated (ids filter lead to potential hallucination effects) ids: list[str] | None = None """List of ids to filter the results.""" diff --git a/README.md b/README.md index 1674865b..bbafc7dc 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,7 @@ class QueryParam: Format: [{"role": "user/assistant", "content": "message"}]. """ + # Deprecated (ids filter lead to potential hallucination effects) ids: list[str] | None = None """List of ids to filter the results."""