Spaces:
Build error
Build error
Mohammad Shahid
Fix HF deployment: remove external deps, use pre-built files, download required assets
1ba2d7b | // Stub implementation for OpenAI utils | |
| export function countGPTToken(text: string): number { | |
| // Simple approximation: roughly 4 characters per token | |
| return Math.ceil(text.length / 4); | |
| } | |