Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,10 +25,10 @@ custom_css = """
|
|
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):
|
31 |
-
|
32 |
|
33 |
try:
|
34 |
# Use Llama 3 70B powered by Groq for text generation
|
|
|
25 |
# Verwende die integrierten Embeddings von ChromaDB
|
26 |
embedding_function = embedding_functions.DefaultEmbeddingFunction()
|
27 |
#client = Client("Qwen/Qwen2.5-72B-Instruct")
|
28 |
+
client = groq.Client(api_key=api_key)
|
29 |
|
30 |
def update(message):
|
31 |
+
|
32 |
|
33 |
try:
|
34 |
# Use Llama 3 70B powered by Groq for text generation
|