mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-03-04 21:03:41 +00:00
fix: count history tokens from chunks, remove old UI setting limit (#2196)
This commit is contained in:
@@ -59,7 +59,6 @@ export interface RetrievalPayload {
|
||||
conversation_id: string | null;
|
||||
prompt_id?: string | null;
|
||||
chunks: string;
|
||||
token_limit: number;
|
||||
isNoneDoc: boolean;
|
||||
index?: number;
|
||||
agent_id?: string;
|
||||
|
||||
Reference in New Issue
Block a user