This commit is contained in:
awsr
2026-01-02 18:35:18 -08:00
parent 5acbab5e61
commit 6d4b79659e
5 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env node
// script used to localize sdnext ui and hints to multiple languages using google gemini ai
const fs = require('fs');
const process = require('process');
const fs = require('node:fs');
const { GoogleGenerativeAI } = require('@google/generative-ai');
const api_key = process.env.GOOGLE_AI_API_KEY;