prithivMLmods
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -51,9 +51,9 @@ def search(query):
|
|
51 |
return all_results
|
52 |
|
53 |
# Initialize inference clients for different models
|
54 |
-
client_gemma = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
55 |
-
client_mixtral = InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO")
|
56 |
-
client_llama = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
57 |
|
58 |
func_caller = []
|
59 |
|
|
|
51 |
return all_results
|
52 |
|
53 |
# Initialize inference clients for different models
|
54 |
+
#client_gemma = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
55 |
+
#client_mixtral = InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO")
|
56 |
+
#client_llama = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
57 |
|
58 |
func_caller = []
|
59 |
|