mgokg commited on
Commit
94bd6e7
·
verified ·
1 Parent(s): f3e30c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):