chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
5
src/types/node-llama-cpp.d.ts
vendored
5
src/types/node-llama-cpp.d.ts
vendored
@@ -18,8 +18,5 @@ declare module "node-llama-cpp" {
|
||||
};
|
||||
|
||||
export function getLlama(params: { logLevel: LlamaLogLevel }): Promise<Llama>;
|
||||
export function resolveModelFile(
|
||||
modelPath: string,
|
||||
cacheDir?: string,
|
||||
): Promise<string>;
|
||||
export function resolveModelFile(modelPath: string, cacheDir?: string): Promise<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user