Chainlit / docs

9 stars 60 forks source link

Issue on docs #76

Open supritshah1289 opened 7 months ago

supritshah1289 commented 7 months ago

Path: /examples/qa

Chainlit version 0.6.2 https://docs.chainlit.io/examples/qa

Error on UI screen: Message.init() got an unexpected keyword argument 'disable_human_feedback'

\site-packages\chainlit\utils.py", line 36, in wrapper return await user_function(**params_values)

willydouhard commented 7 months ago

Yes this parameter is introduced later. Can you run pip install -U chainlit?

supritshah1289 commented 7 months ago

@willydouhard I upgraded to version 0.7.603. I am still getting the same error. Could you please provide the version I can use to resolve this error?

willydouhard commented 7 months ago

@supritshah1289 Everything is working on my end. Are you sure you upgraded Chainlit? Maybe you have multiple versions of Python installed and you are not using the correct one when starting the Chainlit app?