scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
9 lines (8 loc) • 401 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EChatGeminiModel = void 0;
var EChatGeminiModel;
(function (EChatGeminiModel) {
EChatGeminiModel["GEMINI_2_0_FLASH_001"] = "gemini-2.0-flash-001";
EChatGeminiModel["GEMINI_2_5_FLASH_PREVIEW_001"] = "gemini-2.5-flash-preview-04-17";
})(EChatGeminiModel || (exports.EChatGeminiModel = EChatGeminiModel = {}));