Spaces:
Running
Running
modify modle name
Browse files- ai_service.py +1 -1
ai_service.py
CHANGED
|
@@ -5,7 +5,7 @@ from config import pc, index, EMBED_MODEL, hf_client, PROMPT
|
|
| 5 |
from database import db_manager
|
| 6 |
|
| 7 |
|
| 8 |
-
MODEL_NAME = "
|
| 9 |
|
| 10 |
def clean_ai_response(text: str):
|
| 11 |
if not text: return ""
|
|
|
|
| 5 |
from database import db_manager
|
| 6 |
|
| 7 |
|
| 8 |
+
MODEL_NAME = "dphn/Dolphin-Mistral-24B-Venice-Edition:featherless-ai"
|
| 9 |
|
| 10 |
def clean_ai_response(text: str):
|
| 11 |
if not text: return ""
|