sanbo
commited on
Commit
β’
de0884c
1
Parent(s):
8fc99cd
update sth. at 2024-11-15 15:02:32
Browse files
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 |
|