Update main.py
Browse files
main.py
CHANGED
@@ -121,8 +121,8 @@ def API_France_Travail_Metier(metier):
|
|
121 |
def Connexion_Mistral():
|
122 |
#endpoint = "https://models.inference.ai.azure.com"
|
123 |
#return Mistral(api_key=os.environ["GITHUB_TOKEN"], server_url=endpoint)
|
124 |
-
|
125 |
-
repo_id = "mlx-community/Ministral-8B-Instruct-2410-8bit"
|
126 |
#repo_id = "unsloth/Mistral-Nemo-Base-2407-bnb-4bit"
|
127 |
#repo_id = "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"
|
128 |
#repo_id = "Qwen/Qwen2.5-3B-Instruct"
|
|
|
121 |
def Connexion_Mistral():
|
122 |
#endpoint = "https://models.inference.ai.azure.com"
|
123 |
#return Mistral(api_key=os.environ["GITHUB_TOKEN"], server_url=endpoint)
|
124 |
+
repo_id = "mistralai/Mistral-7B-Instruct-v0.2"
|
125 |
+
#repo_id = "mlx-community/Ministral-8B-Instruct-2410-8bit"
|
126 |
#repo_id = "unsloth/Mistral-Nemo-Base-2407-bnb-4bit"
|
127 |
#repo_id = "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"
|
128 |
#repo_id = "Qwen/Qwen2.5-3B-Instruct"
|