codeBOKER commited on
Commit
690e4e2
·
1 Parent(s): 438d5f9

modify modle name

Browse files
Files changed (1) hide show
  1. 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 = "dolphin-mistral-24b-venice-edition"
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 ""