Update main.py
Browse files
main.py
CHANGED
@@ -123,9 +123,9 @@ def Connexion_Mistral():
|
|
123 |
#return Mistral(api_key=os.environ["GITHUB_TOKEN"], server_url=endpoint)
|
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 |
-
|
129 |
#repo_id = "HuggingFaceTB/SmolLM2-1.7B-Instruct"
|
130 |
#repo_id = "microsoft/Phi-3.5-mini-instruct"
|
131 |
#repo_id = "meta-llama/Llama-3.2-3B-Instruct"
|
|
|
123 |
#return Mistral(api_key=os.environ["GITHUB_TOKEN"], server_url=endpoint)
|
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"
|
131 |
#repo_id = "meta-llama/Llama-3.2-3B-Instruct"
|