prithivMLmods
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -50,14 +50,12 @@ def search(query):
|
|
50 |
all_results.append({"link": link, "text": None})
|
51 |
return all_results
|
52 |
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
#client_llama = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
57 |
|
58 |
func_caller = []
|
59 |
|
60 |
-
# Define the main chat function
|
61 |
def respond(message, history):
|
62 |
func_caller = []
|
63 |
|
|
|
50 |
all_results.append({"link": link, "text": None})
|
51 |
return all_results
|
52 |
|
53 |
+
|
54 |
+
client_gemma = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
55 |
+
client_llama = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
|
|
56 |
|
57 |
func_caller = []
|
58 |
|
|
|
59 |
def respond(message, history):
|
60 |
func_caller = []
|
61 |
|