mgokg commited on
Commit
0f278b7
·
verified ·
1 Parent(s): e9a8280

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ collection = client_chroma.get_or_create_collection(name=collection_name)
13
  embedding_function = embedding_functions.DefaultEmbeddingFunction()
14
 
15
  # Initialisiere das LLM
16
- client_llm = Client("Mxytyu/meta-llama-Llama-3.2-3B")
17
 
18
  def process_pdf(file):
19
  # Lese den PDF-Inhalt
 
13
  embedding_function = embedding_functions.DefaultEmbeddingFunction()
14
 
15
  # Initialisiere das LLM
16
+ client_llm = Client("wasmdashai/meta-llama-Llama-3.2-3B-Instruct")
17
 
18
  def process_pdf(file):
19
  # Lese den PDF-Inhalt