feat: add GLM and LMStudio ai providers (#1360)

Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Resolves #1325
This commit is contained in:
Ralph Khreish
2025-10-31 23:47:39 +01:00
committed by GitHub
parent 9d5812ba67
commit 819d5e1bc5
33 changed files with 2757 additions and 790 deletions

View File

@@ -13,7 +13,7 @@ import {
CUSTOM_PROVIDERS,
CUSTOM_PROVIDERS_ARRAY,
VALIDATED_PROVIDERS
} from '../../src/constants/providers.js';
} from '@tm/core';
import { findConfigPath } from '../../src/utils/path-utils.js';
import { findProjectRoot, isEmpty, log, resolveEnvVariable } from './utils.js';
import MODEL_MAP from './supported-models.json' with { type: 'json' };