adds preliminary openai o1 support and some improvements to openai keychecker
This commit is contained in:
@@ -86,6 +86,8 @@ type TokenCountRequest = { req: Request } & (
|
||||
|
||||
type TokenCountResult = {
|
||||
token_count: number;
|
||||
/** Additional tokens for reasoning, if applicable. */
|
||||
reasoning_tokens?: number;
|
||||
tokenizer: string;
|
||||
tokenization_duration_ms: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user