mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
refactor: refactor token counting logic in countTokens function
This commit is contained in:
@@ -43,6 +43,7 @@ export interface MultimodalContent {
|
||||
export interface UploadFile {
|
||||
name: string;
|
||||
url: string;
|
||||
tokenCount?: string;
|
||||
}
|
||||
|
||||
export interface RequestMessage {
|
||||
|
||||
Reference in New Issue
Block a user