ChatGPT 4 🔧

Open a chat with ChatGPT in any application and either copy the (markdown) text, or save it in a file.

// Name: ChatGPT 4
// Description: Open a chat with ChatGPT in any application and either copy the (markdown) text, or save it in a file.
// Author: Eduard Uffelmann
// Linkedin: https://www.linkedin.com/in/euffelmann/
// Twitter: @schmedu_
// Website: https://schmedu.com

import "@johnlindquist/kit";
import { startChat } from "../lib/common";

await startChat({
    model: "gpt-4-turbo",
    temperature: 1,
    functions: [],
});