mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
(feat:vectors): calc, add token in db
This commit is contained in:
@@ -13,6 +13,7 @@ export type Doc = {
|
||||
date: string;
|
||||
docLink: string;
|
||||
model: string;
|
||||
tokens?: string;
|
||||
};
|
||||
|
||||
export type PromptProps = {
|
||||
|
||||
Reference in New Issue
Block a user