Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,7 @@ def ask_llm(llm_prompt_input):
|
|
102 |
# Füge die formatierten Ergebnisse zum Prompt hinzu
|
103 |
enriched_prompt = f"{llm_prompt_input}\n\n### Verwandte Informationen:\n{''.join(formatted_results)}"
|
104 |
#print(enriched_prompt)
|
|
|
105 |
# Führe die Abfrage des LLM durch
|
106 |
result = client.predict(
|
107 |
query=enriched_prompt,
|
|
|
102 |
# Füge die formatierten Ergebnisse zum Prompt hinzu
|
103 |
enriched_prompt = f"{llm_prompt_input}\n\n### Verwandte Informationen:\n{''.join(formatted_results)}"
|
104 |
#print(enriched_prompt)
|
105 |
+
update(enriched_prompt)
|
106 |
# Führe die Abfrage des LLM durch
|
107 |
result = client.predict(
|
108 |
query=enriched_prompt,
|