qwen-code/packages/core/src/config/models.ts

10 lines
277 B
TypeScript
Raw Normal View History

2025-07-22 19:59:07 +08:00
/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
export const DEFAULT_GEMINI_MODEL = 'qwen3-coder-plus';
2025-07-22 19:59:07 +08:00
export const DEFAULT_GEMINI_FLASH_MODEL = 'gemini-2.5-flash';
export const DEFAULT_GEMINI_EMBEDDING_MODEL = 'gemini-embedding-001';