mgokg commited on
Commit
6578e3e
·
verified ·
1 Parent(s): 51f5b3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def predict(prompt):
38
  history=[]
39
  )
40
 
41
- response = chat_session.send_message("return a json object with the contact details. leave blank if information is not available. here is the json schema:\n\n{\n \"organization\": \"\",\n \"address\": \"\",\n \"phone\": \"\",\n \"email\": \"\",\n \"website\": \"\"\n}\n\nyou can find the contact details here: \n" + prompt)
42
  return response
43
 
44
  def get_impressum_text(search_term):
 
38
  history=[]
39
  )
40
 
41
+ response = chat_session.send_message(f"{prompt}\n antworte immer auf deutsch")
42
  return response
43
 
44
  def get_impressum_text(search_term):