Skip to content

Instantly share code, notes, and snippets.

View Trkrkrl's full-sized avatar

TÜRKER KARAOĞLU Trkrkrl

View GitHub Profile
import fs from "fs";
import path from "path";
import OpenAI from "openai";
const openai = new OpenAI({
apiKey: "", // Buraya API anahtarını ekle
});
// Çevirmek istediğin metni buraya yaz
const textToConvert = " İşte buraya dönüştürülmesini istediğiniz metni yazın";