Spaces:
Sleeping
Sleeping
remove zephyr
Browse files- streamlit_app.py +2 -3
streamlit_app.py
CHANGED
@@ -31,10 +31,9 @@ OPENAI_EMBEDDINGS = [
|
|
31 |
]
|
32 |
|
33 |
OPEN_MODELS = {
|
34 |
-
'mistral-7b-instruct-v0.
|
35 |
-
"zephyr-7b-beta": 'HuggingFaceH4/zephyr-7b-beta'
|
36 |
# 'Phi-3-mini-128k-instruct': "microsoft/Phi-3-mini-128k-instruct",
|
37 |
-
|
38 |
}
|
39 |
|
40 |
DEFAULT_OPEN_EMBEDDING_NAME = 'Default (all-MiniLM-L6-v2)'
|
|
|
31 |
]
|
32 |
|
33 |
OPEN_MODELS = {
|
34 |
+
'mistral-7b-instruct-v0.3': 'mistralai/Mistral-7B-Instruct-v0.2',
|
|
|
35 |
# 'Phi-3-mini-128k-instruct': "microsoft/Phi-3-mini-128k-instruct",
|
36 |
+
'Phi-3-mini-4k-instruct': "microsoft/Phi-3-mini-4k-instruct"
|
37 |
}
|
38 |
|
39 |
DEFAULT_OPEN_EMBEDDING_NAME = 'Default (all-MiniLM-L6-v2)'
|