diff --git a/intelligence/ts/src/constants.ts b/intelligence/ts/src/constants.ts index 76f841d7ee31..937bfd41b5e0 100644 --- a/intelligence/ts/src/constants.ts +++ b/intelligence/ts/src/constants.ts @@ -16,4 +16,4 @@ export const DEFAULT_MODEL = 'meta/llama3.2-1b/instruct-fp16'; export const REMOTE_URL = 'https://api.flower.ai'; export const VERSION = '0.2.0'; -export const SDK = 'TS'; +export const SDK = 'TypeScript';