experts
experts copied to clipboard
Global Constructor Pattern vs. Classes
Thanks @heymartinadams for the idea here in #15. The idea would be something like:
import { experts } from "experts";
const assistant = experts.assistant.create({
instructions: "...",
model: "gpt-4o",
});