PanoEvJ commited on
Commit
1c5d811
1 Parent(s): e2b4b70

chainlit.md

Browse files
Files changed (1) hide show
  1. chainlit.md +4 -8
chainlit.md CHANGED
@@ -1,11 +1,7 @@
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
+ # Barbenheimer: Deploying the Model to a Hugging Face Space
2
 
3
+ The RetrievalQA chain is set up and the documents are source - let's tie it together in a ChainLit application.
4
 
5
+ `OPENAI_API_KEY` is added as a secret in the space.
6
 
7
+ Check out the related Github [repo](https://github.com/PanoEvJ/LLMOps/tree/main/Week%201/Thursday)