Spaces:
Sleeping
Sleeping
Rename CompleteGuide.txt to CompleteGuide
Browse files
CompleteGuide.txt → CompleteGuide
RENAMED
|
@@ -177,10 +177,7 @@ If you don't have the pre-built database:
|
|
| 177 |
The Groq API key is already configured in the code. If you need to use a different key:
|
| 178 |
|
| 179 |
#### Option 1: Direct Configuration (Current)
|
| 180 |
-
The key is hardcoded in `app.py`
|
| 181 |
-
```python
|
| 182 |
-
groq_api_key="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"
|
| 183 |
-
```
|
| 184 |
|
| 185 |
#### Option 2: Environment Variable (Recommended for Production)
|
| 186 |
```bash
|
|
|
|
| 177 |
The Groq API key is already configured in the code. If you need to use a different key:
|
| 178 |
|
| 179 |
#### Option 1: Direct Configuration (Current)
|
| 180 |
+
The key is hardcoded in `app.py`
|
|
|
|
|
|
|
|
|
|
| 181 |
|
| 182 |
#### Option 2: Environment Variable (Recommended for Production)
|
| 183 |
```bash
|