import { config } from "dotenv" config() import { Configuration, OpenAIApi } from "openai"; const configuration = new Configuration({ apiKey: "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", }); const openai = new OpenAIApi(configuration); openai.createChatCompletion({ model: "gpt-3.5-turbo", messages: [{role:"user",content: "what is selenium?"}] }).then(response=>{ console.log("your Answer is\n",response.data.choices); }) Selenium | Automation Hub
top of page
Simple And Easy Learning At Your Own Pace.
TUTORIALS
ABOUT US
ABOUT US

We are a team striving hard to bring the highest quality product testing tutorials for our readers and working our way to add fresh tutorials to our repository for especially those class of readers who prefer to learn new skills at their own pace from the comfort of their drawing rooms.
Contents and resources are freely available on our website.



OUR MISSION

Our mission is to deliver a such platform that serves our reader with a simple, easy-to-learn and to-the-point content on a wide range of software testing subjects.
CONTACT US
bottom of page