Selaa lähdekoodia

fix: remove unused config

Gilad S. 2 kuukautta sitten
vanhempi
commit
607ab7a402
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      src/collections.ts

+ 0 - 1
src/collections.ts

@@ -37,7 +37,6 @@ export interface Collection {
  */
 export interface CollectionConfig {
   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
 }