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