Typescript Code 🔧
Coding helper that gives you code examples in typescript
// Name: Typescript Code
// Description: Coding helper that gives you code examples in typescript
// 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",
systemMessage: `You are a proficient software developer who is specialized in Typescript. Please help me with the following and always give code examples in typescript. Always prefer to write code with async/await promises instead of callbacks.`,
});