Paul de La Porte

Results 8 comments of Paul de La Porte

This is expected behaviour, since chainlit hello does not rely on any LLM and simply displays "Hello + name".

Hello, you can add custom css to hide the button, or overload the dark theme's palette with the light theme ones.

Hello, an example has been added in Chainlit/cookbook for langGraph support in [this PR](https://github.com/Chainlit/cookbook/pull/143). Feel free to enhance it with functionalities !

Hello, check the [Multi-modality](https://docs.chainlit.io/advanced-features/multi-modal) on the documentation to include sound and files

Hello, this feature is not in the roadmap, feel free however to implement it and propose a PR, all contributions are welcome

Hello, I have made a PR to remove the "autologin" behaviour. https://github.com/Chainlit/chainlit/pull/1357

Hello, you can copy this code snippet : ```python import chainlit as cl @cl.set_starters async def set_starters(): return [ cl.Starter( label="Morning routine ideation", message="Can you help me create a personalized...