Update app.py
Browse files
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>"
|