Update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,7 @@ This model is a Qwen2.5/7B large language model fine-tuned using **Parameter-Eff
|
|
| 31 |
- Behavior outside the trained context may be unpredictable
|
| 32 |
|
| 33 |
## Example Usage
|
|
|
|
| 34 |
|
| 35 |
```python
|
| 36 |
from backend.main import HealthRAG
|
|
|
|
| 31 |
- Behavior outside the trained context may be unpredictable
|
| 32 |
|
| 33 |
## Example Usage
|
| 34 |
+
Please use the complete instructions on github: [repo](https://github.com/Gabriel-Pacheco-Martinez/PrevenAI)
|
| 35 |
|
| 36 |
```python
|
| 37 |
from backend.main import HealthRAG
|