Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 {
|
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"
|