|
|
|
@ -67,7 +67,7 @@ describe('LLM Model Selection with Special Characters', () => {
|
|
|
|
vi.mocked(options.getOptionBool).mockReturnValue(true);
|
|
|
|
vi.mocked(options.getOptionBool).mockReturnValue(true);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
describe.skip('OpenAI Model Names', () => {
|
|
|
|
describe('OpenAI Model Names', () => {
|
|
|
|
it('should correctly handle model names with periods', async () => {
|
|
|
|
it('should correctly handle model names with periods', async () => {
|
|
|
|
const modelName = 'gpt-4.1-turbo-preview';
|
|
|
|
const modelName = 'gpt-4.1-turbo-preview';
|
|
|
|
vi.mocked(options.getOption).mockImplementation((key: string) => {
|
|
|
|
vi.mocked(options.getOption).mockImplementation((key: string) => {
|
|
|
|
|