Claude 3 Opus Chat 🔧

Open a chat with the Claude 3 Opus model in any application.

// Name: Claude 3 Opus Chat
// Description: Open a chat with the Claude 3 Opus 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-opus-20240229",
    temperature: 1,
});