You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ below), it will automatically use those files and start with HTTPS. Pretty cool.
112
112
113
113
## How It Works
114
114
115
-
WellSaid connects to your macOS Messages database to fetch your conversations with a specific contact (set via the `PARTNER_PHONE` environment variable). It then uses an AI provider (any combination of OpenAI, Anthropic, Grok, and/or Khoj) to analyze the conversation and generate:
115
+
WellSaid connects to your macOS Messages database to fetch your conversations with a specific contact (set via the `CONTACT_PHONE` environment variable). It then uses an AI provider (any combination of OpenAI, Anthropic, Grok, and/or Khoj) to analyze the conversation and generate:
116
116
117
117
1. A summary of the conversation, including emotional tone and key topics
118
118
1. Three suggested replies (short, medium, and long) in your chosen tone
@@ -210,10 +210,10 @@ Now when you visit your app over HTTPS (via Safari), iOS will trust the cert, an
210
210
211
211
### Common Issues
212
212
213
-
- **0 Messages Found**: Open the Messages app on your Mac and sign in if you haven't already. Summaries and replies will be available once you've signed in and your partner has sent at least one message.
214
-
- **Messages Not Loading**: Ensure you've set the correct `PARTNER_PHONE`in your `.env` file.
213
+
- **0 Messages Found**: Open the Messages app on your Mac and sign in if you haven't already. Summaries and replies will be available once you've signed in and your contact has sent at least one message.
214
+
- **Messages Not Loading**: Ensure you've set the correct `CONTACT_PHONE`in your `.env` file.
215
215
- **Permission Issues**: WellSaid needs access to your Messages database. Make sure Terminal/your editor has Full Disk Access in System Preferences > Security & Privacy.
216
-
- **Go Button Disabled**: Conversation summaries are only available when your partner has responded in the selected time frame.
216
+
- **Go Button Disabled**: Conversation summaries are only available when your contact has responded in the selected time frame.
0 commit comments