feat: lafClaude
This commit is contained in:
3
src/utils/chat/claude.ts
Normal file
3
src/utils/chat/claude.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const ClaudeSliceTextByToken = ({ text, length }: { text: string; length: number }) => {
|
||||
return text.slice(0, length);
|
||||
};
|
||||
Reference in New Issue
Block a user