mgokg commited on
Commit
2cdddfd
·
verified ·
1 Parent(s): 40e2967

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def llm(message):
88
  def qwen(jsondata):
89
  client = Client("Qwen/Qwen2.5-72B-Instruct")
90
  result = client.predict(
91
- query= f'return a json object with the keys: name,email,phone,website for each verein \n the values can be found here, leave blank if value is not available:\n {json_data} \n return a json object only. no text, no explanaition',
92
  history=[],
93
  system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
94
  api_name="/model_chat"
 
88
  def qwen(jsondata):
89
  client = Client("Qwen/Qwen2.5-72B-Instruct")
90
  result = client.predict(
91
+ query= f'return a json object with the keys: name,email,phone,website for each verein \n the values can be found here, leave blank if value is not available:\n {jsondata} \n return a json object only. no text, no explanaition',
92
  history=[],
93
  system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
94
  api_name="/model_chat"