mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
export { launchMultiModel } from "./launch";
|
|
export { closeMultiModel } from "./close";
|
|
export * from "./utils";
|