rairo commited on
Commit
7374317
·
verified ·
1 Parent(s): cf9678a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +16 -18
main.py CHANGED
@@ -48,7 +48,7 @@ client = genai.Client(api_key=os.getenv("Gemini"))
48
  model_name = "gemini-2.0-flash-thinking-exp"
49
 
50
  interventions_offered = {
51
- "Branding & Digital Presence": [
52
  "Domain & Email Registration",
53
  "Website Development & Hosting",
54
  "Logo",
@@ -62,9 +62,9 @@ interventions_offered = {
62
  "Market Linkage",
63
  "Marketing Plan",
64
  "Digital Marketing Support",
65
- "CRM Solutions"
66
  ],
67
- "Financial Management & Compliance": [
68
  "Management Accounts",
69
  "Financial Management Templates",
70
  "Record Keeping",
@@ -79,7 +79,7 @@ interventions_offered = {
79
  "Financial Reporting Standards",
80
  "Product Costing"
81
  ],
82
- "Regulatory Compliance & HR": [
83
  "Insurance",
84
  "CIPC and Annual Returns Registration",
85
  "UIF Registration",
@@ -91,15 +91,17 @@ interventions_offered = {
91
  "COIDA Compliance",
92
  "Certificate of Acceptability"
93
  ],
94
- "Mentorship & Strategic Support": [
95
- "Marketing Mentoring",
96
  "Executive Mentoring",
97
  "Business Ops Plan",
98
  "Strategic Plan",
99
  "Business Communication (How to Pitch)",
100
- "Digital Transformation"
 
 
 
101
  ],
102
- "Training & Capacity Building": [
103
  "Excel Skills Training",
104
  "Industry Seminars",
105
  "Fireside Chat",
@@ -107,22 +109,18 @@ interventions_offered = {
107
  "AI Tools Training",
108
  "PowerPoint Presentation Training"
109
  ],
110
- "Technology & Infrastructure": [
111
  "Tools and Equipment",
112
  "Data Support",
113
- "Technology Application Support"
 
114
  ],
115
  "Health & Safety": [
116
  "OHS Audit",
117
  "Health & Safety Training"
118
  ],
119
- "Leadership & Innovation": [
120
- "Design Thinking",
121
- "Productivity Training",
122
- "Leadership and Personal Development"
123
- ],
124
- "Customer & Market Development": [
125
- "Customer Service",
126
  "Technology Readiness and Systems Integration",
127
  "Sales and Marketing (including Export Readiness)"
128
  ]
@@ -148,7 +146,7 @@ Based on your assessment, provide:
148
  3. "Justification": a brief explanation for your decision (3-5 sentences)
149
  4. "Recommended Interventions": Select 3-5 appropriate intervention categories and specific interventions that would most benefit this business.
150
 
151
- Available interventions, use exact wording when generating output:
152
  {interventions_json}
153
 
154
  Return your output strictly as a JSON dictionary with these keys:
 
48
  model_name = "gemini-2.0-flash-thinking-exp"
49
 
50
  interventions_offered = {
51
+ "Marketing Support": [
52
  "Domain & Email Registration",
53
  "Website Development & Hosting",
54
  "Logo",
 
62
  "Market Linkage",
63
  "Marketing Plan",
64
  "Digital Marketing Support",
65
+ "Marketing Mentoring"
66
  ],
67
+ "Financial Management": [
68
  "Management Accounts",
69
  "Financial Management Templates",
70
  "Record Keeping",
 
79
  "Financial Reporting Standards",
80
  "Product Costing"
81
  ],
82
+ "Compliance": [
83
  "Insurance",
84
  "CIPC and Annual Returns Registration",
85
  "UIF Registration",
 
91
  "COIDA Compliance",
92
  "Certificate of Acceptability"
93
  ],
94
+ "Business Strategy & Leadership": [
 
95
  "Executive Mentoring",
96
  "Business Ops Plan",
97
  "Strategic Plan",
98
  "Business Communication (How to Pitch)",
99
+ "Digital Transformation",
100
+ "Leadership and Personal Development",
101
+ "Design Thinking",
102
+ "Productivity Training"
103
  ],
104
+ "Skills Development & Training": [
105
  "Excel Skills Training",
106
  "Industry Seminars",
107
  "Fireside Chat",
 
109
  "AI Tools Training",
110
  "PowerPoint Presentation Training"
111
  ],
112
+ "Operations & Tools": [
113
  "Tools and Equipment",
114
  "Data Support",
115
+ "Technology Application Support",
116
+ "CRM Solutions"
117
  ],
118
  "Health & Safety": [
119
  "OHS Audit",
120
  "Health & Safety Training"
121
  ],
122
+ "Customer Experience & Sales": [
123
+ "Customer Service – Enhancing service quality to improve client satisfaction and retention",
 
 
 
 
 
124
  "Technology Readiness and Systems Integration",
125
  "Sales and Marketing (including Export Readiness)"
126
  ]
 
146
  3. "Justification": a brief explanation for your decision (3-5 sentences)
147
  4. "Recommended Interventions": Select 3-5 appropriate intervention categories and specific interventions that would most benefit this business.
148
 
149
+ Available interventions:
150
  {interventions_json}
151
 
152
  Return your output strictly as a JSON dictionary with these keys: