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
|
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!!!")
|