- Preparing search index...
- The search index is not available
ad-llama
Template: { collect: ((stream?) => Promise<string>); collect_refs: ((stream?) => Promise<{ completion: string; refs: Record<string, string>; }>); model: LoadedModel; }
Type declaration
-
collect: ((stream?) => Promise<string>)
-
- (stream?): Promise<string>
-
Returns Promise<string>
-
collect_refs: ((stream?) => Promise<{
completion: string;
refs: Record<string, string>;
}>)
-
- (stream?): Promise<{
completion: string;
refs: Record<string, string>;
}>
-
Returns Promise<{
completion: string;
refs: Record<string, string>;
}>
-
A defined template ready for inferencing