Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config.ui.meta_image #757

Closed
wants to merge 2 commits into from

Conversation

MarkEdmondson1234
Copy link

This lets you set the meta_image that appears when sharing your Chainlit app, by default it is https://chainlit-cloud.s3.eu-west-3.amazonaws.com/logo/chainlit_banner.png but by adding to your config your own banner you can use your own.

e.g. within .chainlit/config.toml

[UI]
# Name of the app and chatbot.
name = "Your app name"

# the metadata image that appears when sharing links
meta_image = "https://chainlit-cloud.s3.eu-west-3.amazonaws.com/logo/chainlit_banner.png"

Copy link
Collaborator

@tpatel tpatel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution ✨

Could you add a this image setting in a new config.ui.meta category in the configuration?

@MarkEdmondson1234
Copy link
Author

@tpatel I have updated the config as requested

@tpatel
Copy link
Collaborator

tpatel commented Apr 2, 2024

Thanks for the update @MarkEdmondson1234, sorry I wasn't clear on all the things that needs to be updated. Here are some example from another PR:

@tpatel
Copy link
Collaborator

tpatel commented Apr 22, 2024

Closing as the discussion has stopped, we can still reopen the PR in the future

@tpatel tpatel closed this Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants