Update modules/chat_func.py
Browse files- modules/chat_func.py +1 -0
modules/chat_func.py
CHANGED
@@ -224,6 +224,7 @@ def predict_all(
|
|
224 |
selected_model,
|
225 |
)
|
226 |
response = json.loads(response.text)
|
|
|
227 |
response = response["choices"][0]["message"]["content"]
|
228 |
|
229 |
logging.info(f"初次响应推荐店铺:{response}")
|
|
|
224 |
selected_model,
|
225 |
)
|
226 |
response = json.loads(response.text)
|
227 |
+
logging.info(f"初次响应推荐店铺:{response}")
|
228 |
response = response["choices"][0]["message"]["content"]
|
229 |
|
230 |
logging.info(f"初次响应推荐店铺:{response}")
|