Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -18,8 +18,8 @@ def chat():
|
|
| 18 |
|
| 19 |
if not role or not user_input or not company_code:
|
| 20 |
return jsonify({"error": "Missing role, message, or companyCode"}), 400
|
| 21 |
-
|
| 22 |
-
system_msg = {
|
| 23 |
"role": "system",
|
| 24 |
"content": (
|
| 25 |
"You are a highly intelligent assistant for a business incubation platform. "
|
|
|
|
| 18 |
|
| 19 |
if not role or not user_input or not company_code:
|
| 20 |
return jsonify({"error": "Missing role, message, or companyCode"}), 400
|
| 21 |
+
|
| 22 |
+
system_msg = {
|
| 23 |
"role": "system",
|
| 24 |
"content": (
|
| 25 |
"You are a highly intelligent assistant for a business incubation platform. "
|