Update main.py
Browse files
main.py
CHANGED
@@ -124,7 +124,8 @@ def Connexion_Mistral():
|
|
124 |
#repo_id = "mistralai/Mistral-7B-Instruct-v0.2"
|
125 |
#repo_id = "Qwen/Qwen2.5-3B-Instruct"
|
126 |
#repo_id = "HuggingFaceH4/zephyr-7b-beta"
|
127 |
-
repo_id = "HuggingFaceH4/zephyr-7b-alpha"
|
|
|
128 |
#repo_id = "tiiuae/falcon-7b-instruct"
|
129 |
#repo_id = "HuggingFaceTB/SmolLM2-1.7B-Instruct"
|
130 |
#repo_id = "microsoft/Phi-3.5-mini-instruct"
|
|
|
124 |
#repo_id = "mistralai/Mistral-7B-Instruct-v0.2"
|
125 |
#repo_id = "Qwen/Qwen2.5-3B-Instruct"
|
126 |
#repo_id = "HuggingFaceH4/zephyr-7b-beta"
|
127 |
+
#repo_id = "HuggingFaceH4/zephyr-7b-alpha"
|
128 |
+
repo_id = "microsoft/Phi-3-mini-128k-instruct"
|
129 |
#repo_id = "tiiuae/falcon-7b-instruct"
|
130 |
#repo_id = "HuggingFaceTB/SmolLM2-1.7B-Instruct"
|
131 |
#repo_id = "microsoft/Phi-3.5-mini-instruct"
|