yoursdvniel commited on
Commit
6956cc1
·
verified ·
1 Parent(s): cb3ff8c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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. "