UNPKG

buroventures-harald-code-core

Version:

Harald Code Core - Core functionality for AI-powered coding assistant

10 lines (9 loc) 363 B
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ export declare const DEFAULT_GEMINI_MODEL = "gpt-oss-120b"; export declare const DEFAULT_GEMINI_FLASH_MODEL = "gpt-oss-120b"; export declare const DEFAULT_GEMINI_FLASH_LITE_MODEL = "gpt-oss-120b"; export declare const DEFAULT_GEMINI_EMBEDDING_MODEL = "gemini-embedding-001";