Gilad S. 2 месяцев назад
Родитель
Сommit
607ab7a402
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/collections.ts

+ 0 - 1
src/collections.ts

@@ -37,7 +37,6 @@ export interface Collection {
  */
  */
 export interface CollectionConfig {
 export interface CollectionConfig {
   global_context?: string;                    // Context applied to all collections
   global_context?: string;                    // Context applied to all collections
-  attempted_llama_build?: boolean;            // Whether llama build was already attempted
   collections: Record<string, Collection>;    // Collection name -> config
   collections: Record<string, Collection>;    // Collection name -> config
 }
 }