debisoft commited on
Commit
c60f222
1 Parent(s): 2b3c9c6
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -96,6 +96,7 @@ def score_model(model_uri, databricks_token, prompt):
96
 
97
  print(response.status_code)
98
  print(response)
 
99
 
100
  if(response_json["choices"] == "") :
101
  print("Start***No choices!!!")
 
96
 
97
  print(response.status_code)
98
  print(response)
99
+ print(response_json)
100
 
101
  if(response_json["choices"] == "") :
102
  print("Start***No choices!!!")