Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -712,6 +712,7 @@ async def get_financial_recommendations(customer_id: str):
|
|
712 |
)
|
713 |
|
714 |
def Get_contentDescription(category:str):
|
|
|
715 |
inputdata = "Generate articles for "
|
716 |
inputdata += category +" in few words. Don't show the thinking part in the output"
|
717 |
completion = client.chat.completions.create(
|
|
|
712 |
)
|
713 |
|
714 |
def Get_contentDescription(category:str):
|
715 |
+
return ""
|
716 |
inputdata = "Generate articles for "
|
717 |
inputdata += category +" in few words. Don't show the thinking part in the output"
|
718 |
completion = client.chat.completions.create(
|