Thiloid commited on
Commit
d50cf1f
·
verified ·
1 Parent(s): 2f83a2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ sentence_transformer_ef = embedding_functions.SentenceTransformerEmbeddingFuncti
50
 
51
  collection = client.get_collection(name="chromatsc", embedding_function=sentence_transformer_ef)
52
 
53
- client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")#"mistralai/Mistral-Nemo-Instruct-2407")
54
 
55
  def format_promptc(message):
56
  prompt = "" #"<s>"
 
50
 
51
  collection = client.get_collection(name="chromatsc", embedding_function=sentence_transformer_ef)
52
 
53
+ client = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407")#"mistralai/Mixtral-8x7B-Instruct-v0.1")#"mistralai/Mistral-Nemo-Instruct-2407")
54
 
55
  def format_promptc(message):
56
  prompt = "" #"<s>"