mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 07:01:29 +03:00
chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
Vendored
+1
-4
@@ -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