MCPcopy Index your code
hub / github.com/sqlchat/sqlchat / countTextTokens

Function countTextTokens

src/utils/openai.ts:13–15  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

11export const openAIOrganization = process.env.OPENAI_ORGANIZATION;
12
13export const countTextTokens = (text: string) => {
14 return encode(text).length;
15};
16
17export function generateDbPromptFromContext(
18 promptGenerator: (engine: Engine | undefined, schema: string | undefined) => string,

Callers 4

ConnectionSidebarFunction · 0.90
connection.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected