Chainlit / docs

9 stars 60 forks source link

module_path = registry[name] #64

Closed legaltextai closed 7 months ago

legaltextai commented 8 months ago

I am trying to run open-interpreter from the cookbook and keep getting this error:

module_path = registry[name]
                  ~~~~~~~~^^^^^^
KeyError: 'on_file_upload' 

Do I need to make any change? Thanks

willydouhard commented 8 months ago

on_file_upload was removed in the latest version. This cookbook has not been updated. Will update it today.

willydouhard commented 8 months ago

Just updated it.