Chainlit / docs

10 stars 75 forks source link

Error reloading module: No module named 'chainlit.input_widget' #25

Closed piecesyoyo closed 1 year ago

piecesyoyo commented 1 year ago

Path: /api-reference/chat-settings

constantinidan commented 1 year ago

hi! can you upgrade the package? pip install --upgrade chainlit

iceman3000 commented 1 year ago

Hey guys, the default pip install is doing version 0.5.2 - had to install using latest version (at time of writing) using pip install chainlit==0.6.1 (as shown in Github)

constantinidan commented 1 year ago

hey @iceman3000 the default pip install chainlit should install the version 0.6.2 (at the time of writing) can you try pip install --upgrade chainlit