ソースを参照

fix: remove unused config

Gilad S. 2 ヶ月 前
コミット
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 {
   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
 }