File tree Expand file tree Collapse file tree 5 files changed +3
-242
lines changed Expand file tree Collapse file tree 5 files changed +3
-242
lines changed Load Diff This file was deleted. 
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ faker-commerce==1.0.3
5757SQLAlchemy == 2.0.23 
5858speedict == 0.3.12 
5959boto3 == 1.34.41 
60- langchain-core-0.3.15 
6160
6261# Worker requirements 
6362mysql-connector-python == 8.0.29 
Original file line number Diff line number Diff line change 802802            resource = None ),
803803    ),
804804
805-     
806-     "tracardi.process_engine.action.v1.genai_action" : PluginMetadata (
807-         test = PluginTest (init = {
808-             'provider' : '' ,
809-             'model' : '' ,
810-             'prompt_template' : '' ,
811-             'max_tokens' : '' ,
812-             'temperature' : '' ,
813-         },
814-         resource = {
815-             "api_url" : "<api-url>" ,
816-             "api_key" : "<api-key>" 
817-         })
818-     ),
819-     
820- 
821- 
822- 
823805    "tracardi.process_engine.action.v1.beautifulsoup_action" : PluginMetadata (
824806        test = PluginTest (
825807            init = {
829811            }, 
830812            resource = None ),
831813    ),
814+         
815+ }
832816
833817if  License .has_service (SCHEDULER ):
834818
Original file line number Diff line number Diff line change @@ -533,18 +533,7 @@ def get_resource_types() -> List[ResourceSettings]:
533533            #         "label_remove": "<label-to-remove>" 
534534            #     } 
535535            # ) 
536-         ),
537-         ResourceSettings (
538-             id = 'genAI' ,
539-             config = {
540-                 "api_url" : "<api-url>" ,
541-                 "api_key" : "<api-key>" 
542-             },
543-             icon = 'genai' ,
544-             tags = ['genai' ],
545-             name = 'genAI' ,
546-             manual = 'genai_resource' ,
547-         ),
536+         )
548537    ]
549538
550539    if  License .has_license ():
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments