CSAle commited on
Commit
9113fd3
β€’
1 Parent(s): 197e9c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,6 +8,8 @@
8
 
9
  ## πŸ€– Your First LLM App
10
 
 
 
11
  In this repository, we'll walk you through the steps to create a Large Language Model (LLM) application using Chainlit, then containerize it using Docker, and finally deploy it on Huggingface Spaces.
12
 
13
  Are you ready? Let's get started!
 
8
 
9
  ## πŸ€– Your First LLM App
10
 
11
+ > If you need an introduction to `git`, or information on how to set up API keys for the tools we'll be using in this repository - check out our [Interactive Dev Environment for LLM Development](https://github.com/AI-Maker-Space/Interactive-Dev-Environment-for-LLM-Development/tree/main) which has everything you'd need to get started in this repository!
12
+
13
  In this repository, we'll walk you through the steps to create a Large Language Model (LLM) application using Chainlit, then containerize it using Docker, and finally deploy it on Huggingface Spaces.
14
 
15
  Are you ready? Let's get started!