chore: Move interface definition location

This commit is contained in:
hiro 2023-12-05 00:29:48 +07:00
parent 6f55cffb20
commit b970e97869

View File

@ -1,2 +1,9 @@
declare const MODULE: string;
declare const INFERENCE_URL: string;
interface EngineSettings {
ctx_len: number;
ngl: number;
cont_batching: boolean;
embedding: boolean;
}