chore: Move interface definition location
This commit is contained in:
parent
6f55cffb20
commit
b970e97869
@ -1,2 +1,9 @@
|
|||||||
declare const MODULE: string;
|
declare const MODULE: string;
|
||||||
declare const INFERENCE_URL: string;
|
declare const INFERENCE_URL: string;
|
||||||
|
|
||||||
|
interface EngineSettings {
|
||||||
|
ctx_len: number;
|
||||||
|
ngl: number;
|
||||||
|
cont_batching: boolean;
|
||||||
|
embedding: boolean;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user