GaborToth2 commited on
Commit
c192923
·
1 Parent(s): 8ba7efd
Files changed (1) hide show
  1. app.py +1 -1
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-B-Instruct")
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(