yilin1344 commited on
Commit
01adfcd
β€’
1 Parent(s): 4c5ea6f

Update chainlit.md

Browse files
Files changed (1) hide show
  1. chainlit.md +8 -6
chainlit.md CHANGED
@@ -1,11 +1,13 @@
1
- # Assignment Part 2: Deploying Your Model to a Hugging Face Space
2
 
3
- Now that you've done the hard work of setting up the RetrievalQA chain and sourcing your documents - let's tie it together in a ChainLit application.
4
 
5
- ### Duplicating the Space
 
6
 
7
- Since this is our first assignment, all you'll need to do is duplicate this space and add your own `OPENAI_API_KEY` as a secret in the space.
 
8
 
9
- ### Conclusion
 
10
 
11
- Now that you've shipped an LLM-powered application, it's time to share! πŸš€
 
 
1
 
2
+ Welcome to Chainlit! πŸš€πŸ€–
3
 
4
+ Hi there, Developer! πŸ‘‹ We're excited to have you on board. Chainlit is a powerful tool designed to help you prototype, debug and share applications built on top of LLMs.
5
+ Useful Links πŸ”—
6
 
7
+ Documentation: Get started with our comprehensive Chainlit Documentation πŸ“š
8
+ Discord Community: Join our friendly Chainlit Discord to ask questions, share your projects, and connect with other developers! πŸ’¬
9
 
10
+ We can't wait to see what you create with Chainlit! Happy coding! πŸ’»πŸ˜Š
11
+ Welcome screen
12
 
13
+ To modify the welcome screen, edit the chainlit.md file at the root of your project. If you do not want a welcome screen, just leave this file empty.