Skip to content

Commit c7c4265

Browse files
committed
feat: Export getLlamaForOptions
Add getLlamaForOptions to the list of exported functions
1 parent 1799127 commit c7c4265

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {DisposedError} from "lifecycle-utils";
22
import {Llama} from "./bindings/Llama.js";
3-
import {getLlama, type LlamaOptions, type LastBuildOptions} from "./bindings/getLlama.js";
3+
import {getLlama, getLlamaForOptions, type LlamaOptions, type LastBuildOptions} from "./bindings/getLlama.js";
44
import {getLlamaGpuTypes} from "./bindings/utils/getLlamaGpuTypes.js";
55
import {NoBinaryFoundError} from "./bindings/utils/NoBinaryFoundError.js";
66
import {
@@ -120,6 +120,7 @@ import type {TemplateChatWrapperSegmentsOptions} from "./chatWrappers/generic/ut
120120
export {
121121
Llama,
122122
getLlama,
123+
getLlamaForOptions,
123124
getLlamaGpuTypes,
124125
type LlamaOptions,
125126
type LastBuildOptions,

0 commit comments

Comments
 (0)