Commit ·
490718f
1
Parent(s): caec443
testing and debugging multi sequential messages
Browse files
Messaging_system/CoreConfig.py
CHANGED
|
@@ -21,7 +21,8 @@ class CoreConfig:
|
|
| 21 |
|
| 22 |
# LLM configs
|
| 23 |
self.api_key = None # will be set by user
|
| 24 |
-
self.model = "gpt-4o-mini"
|
|
|
|
| 25 |
|
| 26 |
# will be set by user
|
| 27 |
self.CTA = None
|
|
|
|
| 21 |
|
| 22 |
# LLM configs
|
| 23 |
self.api_key = None # will be set by user
|
| 24 |
+
# self.model = "gpt-4o-mini" # will be set by user
|
| 25 |
+
self.model = "gpt-4.1-nano" # will be set by user
|
| 26 |
|
| 27 |
# will be set by user
|
| 28 |
self.CTA = None
|
Messaging_system/MultiMessage.py
CHANGED
|
@@ -137,7 +137,7 @@ class MultiMessage:
|
|
| 137 |
We have previously sent these push notifications to the user:
|
| 138 |
{previous_text_str}
|
| 139 |
|
| 140 |
-
The user has still not re-engaged. Generate the *next* push notification to motivate the user
|
| 141 |
to return and continue their music learning.
|
| 142 |
|
| 143 |
Constraints:
|
|
|
|
| 137 |
We have previously sent these push notifications to the user:
|
| 138 |
{previous_text_str}
|
| 139 |
|
| 140 |
+
The user has still not re-engaged. Generate the *next* follow up push notification to motivate the user
|
| 141 |
to return and continue their music learning.
|
| 142 |
|
| 143 |
Constraints:
|