Ferrxni commited on
Commit
f7c292a
·
1 Parent(s): b8f31f0

update readme

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -67,13 +67,21 @@ To run this application, you'll need:
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
 
 
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