Spaces:
Runtime error
Runtime error
Abid Ali Awan
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,5 +10,11 @@ pinned: false
|
|
| 10 |
license: apache-2.0
|
| 11 |
description: Real-time AI App with Groq API and LangChain
|
| 12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
description: Real-time AI App with Groq API and LangChain
|
| 12 |
---
|
| 13 |
+
## To run the App
|
| 14 |
+
1. Generate the Groq API by going to the website: https://console.groq.com/keys.
|
| 15 |
+
2. Create the environment variable "Groq_API_Key" using the API.
|
| 16 |
+
3. Install all the required Python Packages using `pip install -r requirements.txt`
|
| 17 |
+
4. Run the Gradio app file `python app.py`
|
| 18 |
+
|
| 19 |
+

|
| 20 |
|
|
|