Spaces:
Sleeping
Sleeping
Tanuj commited on
Commit ·
1e9b0fe
1
Parent(s): e713530
update env setup
Browse files- .env.example +2 -0
- README.md +6 -0
.env.example
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
NEBIUS_API_KEY=""
|
| 2 |
+
VECTARA_API_KEY=""
|
README.md
CHANGED
|
@@ -26,6 +26,12 @@ An app using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingfa
|
|
| 26 |
|
| 27 |
# This app is also deployed using modal [here](https://tangentleman--youtwo-gradio-gradio-app.modal.run/).
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
# Run this app locally
|
| 30 |
```bash
|
| 31 |
git clone https://github.com/TanGentleman/YouTwo
|
|
|
|
| 26 |
|
| 27 |
# This app is also deployed using modal [here](https://tangentleman--youtwo-gradio-gradio-app.modal.run/).
|
| 28 |
|
| 29 |
+
# Add environment variables to your .env file
|
| 30 |
+
```bash
|
| 31 |
+
NEBIUS_API_KEY="your_nebius_api_key"
|
| 32 |
+
VECTARA_API_KEY="your_vectara_api_key"
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
# Run this app locally
|
| 36 |
```bash
|
| 37 |
git clone https://github.com/TanGentleman/YouTwo
|