Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ custom_css = """
|
|
24 |
|
25 |
# Verwende die integrierten Embeddings von ChromaDB
|
26 |
embedding_function = embedding_functions.DefaultEmbeddingFunction()
|
27 |
-
client = Client("Qwen/Qwen2.5-72B-Instruct")
|
28 |
|
29 |
|
30 |
def update(message):
|
|
|
24 |
|
25 |
# Verwende die integrierten Embeddings von ChromaDB
|
26 |
embedding_function = embedding_functions.DefaultEmbeddingFunction()
|
27 |
+
#client = Client("Qwen/Qwen2.5-72B-Instruct")
|
28 |
|
29 |
|
30 |
def update(message):
|