Spaces:
Paused
Paused
update readme
Browse files
README.md
CHANGED
@@ -67,21 +67,13 @@ To run this application, you'll need:
|
|
67 |
|
68 |
2. **Install Dependencies**
|
69 |
|
70 |
-
<<<<<<< HEAD
|
71 |
-
``bash
|
72 |
-
=======
|
73 |
```bash
|
74 |
-
>>>>>>> 89e5dd9 (update readme)
|
75 |
pip install -r requirements.txt
|
76 |
```
|
77 |
|
78 |
3. **Set Up Your API Key**
|
79 |
|
80 |
-
<<<<<<< HEAD
|
81 |
-
``bash
|
82 |
-
=======
|
83 |
```bash
|
84 |
-
>>>>>>> 89e5dd9 (update readme)
|
85 |
API_KEY=your_mistral_ai_api_key_here
|
86 |
```
|
87 |
|
|
|
67 |
|
68 |
2. **Install Dependencies**
|
69 |
|
|
|
|
|
|
|
70 |
```bash
|
|
|
71 |
pip install -r requirements.txt
|
72 |
```
|
73 |
|
74 |
3. **Set Up Your API Key**
|
75 |
|
|
|
|
|
|
|
76 |
```bash
|
|
|
77 |
API_KEY=your_mistral_ai_api_key_here
|
78 |
```
|
79 |
|