ChatGPT 3.5 πŸ”§

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

// Name: ChatGPT 3.5
// 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-3.5-turbo-0613",
    temperature: 1,
    functions: ["setReminder"],
    chatModifiers: []
});
    
πŸ“₯ Input
Selected Text
πŸ“€ Output
Changed Selected Text
πŸ’» Setup
Easy
🏷 Tags️
text, replace text