sanbo commited on
Commit
de0884c
β€’
1 Parent(s): 8fc99cd

update sth. at 2024-11-15 15:02:32

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def completions():
46
  # η”Ÿζˆε“εΊ”
47
  response_text = generate_response(user_message, system_instructions, model)
48
  response_data = {"choices": [{"message": {"role": "assistant", "content": response_text}}]}
49
-
50
  # θΏ”ε›ž JSON 响应
51
  return jsonify(response_data)
52
 
 
46
  # η”Ÿζˆε“εΊ”
47
  response_text = generate_response(user_message, system_instructions, model)
48
  response_data = {"choices": [{"message": {"role": "assistant", "content": response_text}}]}
49
+ print(response_data)
50
  # θΏ”ε›ž JSON 响应
51
  return jsonify(response_data)
52