Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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
|