Sam commited on
Commit
cb47f19
·
1 Parent(s): 125a6f0

Update chainlit.md with custom welcome message

Browse files
Files changed (1) hide show
  1. chainlit.md +8 -2
chainlit.md CHANGED
@@ -1,5 +1,11 @@
1
  # Beyond ChatGPT
2
 
3
- This Chainlit app was created following instructions from [this repository!](https://github.com/AI-Maker-Space/Beyond-ChatGPT)
4
 
5
- This is proof that I can modify the welcome screen. #winning
 
 
 
 
 
 
 
1
  # Beyond ChatGPT
2
 
3
+ This lil' LLM app is the output of the AI Engineering Bootcamp Challenge, which is a pre-requisite for joining the 3rd cohort of the AI Engineering Bootcamp with AI Makerspace! The 9-week cohort-based course will dive into building LLM, RAG, and Agent apps using LangChain, LlamaIndex, and APIs, fine-tuning embeddings, and deploying to production.
4
 
5
+ As someone who's built using low-code and no-code tools like Custom GPTs and VoiceFlow, this will be my first time working with Chainlit, Docker, and APIs. I heavily leveraged generative AI tools to troubleshoot and successfully deploy my first example app and loved being able to ask my billion questions to make sure I understood what was going on.
6
+
7
+ I'm excited about the potential of AI for social impact and can't wait to dive deeper into this journey with AI Makerspace!
8
+
9
+ Note: This Chainlit app was created following instructions from [this repository!](https://github.com/AI-Maker-Space/Beyond-ChatGPT)
10
+
11
+ (Also, this little message is proof that I figured out how to modify the welcome screen. #littlevictories)