Open metaskills opened 4 months ago
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", });
Thanks @heymartinadams for the idea here in #15. The idea would be something like: