Vaibhav84 commited on
Commit
e24b745
·
verified ·
1 Parent(s): fbff3c3

Update app.py

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