Claude Sonnet 3.5 Chat 🔧

Open a chat with the Claude Sonnet 3.5 model in any application.

// Name: Claude Sonnet 3.5 Chat
// Description: Open a chat with the Claude Sonnet 3.5 model in any application.
// 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: "claude-3-5-sonnet-20240620",
    temperature: 1,
});