experts icon indicating copy to clipboard operation
experts copied to clipboard

Global Constructor Pattern vs. Classes

Open metaskills opened this issue 1 year ago • 0 comments

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",
});

metaskills avatar Jun 13 '24 07:06 metaskills