mgokg commited on
Commit
e64cee2
·
verified ·
1 Parent(s): d8fe498

Update app.py

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