feat: vllm support
This commit is contained in:
Vendored
+6
@@ -32,5 +32,11 @@ declare namespace Global {
|
||||
value: T;
|
||||
}
|
||||
|
||||
interface HintOptions {
|
||||
label: string;
|
||||
value: string;
|
||||
opts?: Array<BaseOption<string>>;
|
||||
}
|
||||
|
||||
type SearchParams = Pagination & { search?: string };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user