tempo-agent 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.callClaude = callClaude;
|
|
7
7
|
const axios_1 = __importDefault(require("axios"));
|
|
8
|
-
const GEMINI_MODEL = 'gemini-2.
|
|
8
|
+
const GEMINI_MODEL = 'gemini-2.5-flash';
|
|
9
9
|
const GEMINI_API_URL = `https://generativelanguage.googleapis.com/v1beta/models/${GEMINI_MODEL}:generateContent`;
|
|
10
10
|
async function callClaude(systemPrompt, userPrompt) {
|
|
11
11
|
const apiKey = process.env.GEMINI_API_KEY;
|