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