Spaces:
Sleeping
Sleeping
Commit
·
c192923
1
Parent(s):
8ba7efd
fix
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ index = faiss.IndexFlatL2(document_embeddings_np.shape[1])
|
|
22 |
index.add(document_embeddings_np)
|
23 |
|
24 |
|
25 |
-
client = InferenceClient("meta-llama/Llama-3.2-
|
26 |
COHERE_API_KEY = os.getenv("COHERE_API_KEY")
|
27 |
|
28 |
def respond(
|
|
|
22 |
index.add(document_embeddings_np)
|
23 |
|
24 |
|
25 |
+
client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
|
26 |
COHERE_API_KEY = os.getenv("COHERE_API_KEY")
|
27 |
|
28 |
def respond(
|