Modified the description

This commit is contained in:
MikeHughes-BIN
2025-11-11 00:12:29 +01:00
parent e7271f216a
commit 6c7bd4661a
+1 -1
View File
@@ -1,7 +1,7 @@
import { GoogleGenAI } from "@google/genai"; import { GoogleGenAI } from "@google/genai";
import fs from "fs"; import fs from "fs";
// Written by Mike Hughes 10/11/25 - Code from // Mike Hughes 10/11/25 - Code inspired from
// https://www.geeksforgeeks.org/javascript/javascript-program-to-read-text-file/ for reading text files in JS // https://www.geeksforgeeks.org/javascript/javascript-program-to-read-text-file/ for reading text files in JS
// and from https://ai.google.dev/gemini-api/docs/quickstart?hl=de for using Gemini API // and from https://ai.google.dev/gemini-api/docs/quickstart?hl=de for using Gemini API
// Before using, make sure to export the Google Gemini API key as an environment variable: // Before using, make sure to export the Google Gemini API key as an environment variable: