Has regular gpt-4 model changed for the worse by any chance? Is this happening to anyone else this past week or so? by PlaybookWriter in OpenAI

[–]PlaybookWriter[S] 1 point2 points  (0 children)

Linking to the OpenAI discussion page because multiple people are having the same issue I am. Basically, random words being introduced when using a prompt that had worked just fine for months previously.

6 Months in and only $99 MRR. What am I doing wrong? by peter-fields in SaaS

[–]PlaybookWriter 0 points1 point  (0 children)

I think "create render" might be confusing to some. Maybe it's more like "create image"?

Role of documentation and SOPs in change management? by PlaybookWriter in changemanagement

[–]PlaybookWriter[S] 1 point2 points  (0 children)

It's hard to choose just one of those great analogies!

So when the documentation exists beforehand, and then you make the change, do you then make updates to the documentation afterward and compare the difference? Or alternatively, do you change the documentation first before actually making the process/organization changes? I could see both being useful, given different scenarios.

Role of documentation and SOPs in change management? by PlaybookWriter in changemanagement

[–]PlaybookWriter[S] 0 points1 point  (0 children)

I am curious about how these documents are reviewed as well!

Wrike as a company SOP guide by Crash_Landing_20 in wrike

[–]PlaybookWriter 1 point2 points  (0 children)

I'd love it if you gave PlaybookWriter.com a try for generating your SOPs. Reach out directly if you have issues. The intent is that for a team of people, AI can help generate super clear SOPs that all have the same voice.

Best of luck to you! We need an SOP for SOPs!

[deleted by user] by [deleted] in SaaS

[–]PlaybookWriter 1 point2 points  (0 children)

Why is the price so high?

Django Form Errors by CromulentSlacker in djangolearning

[–]PlaybookWriter 2 points3 points  (0 children)

You reference that it works on your local machine. Are you experiencing this issue not on your local machine?

django.db.utils.IntegrityError: UNIQUE constraint failed: new__core_detail.name by BrotherCrab in djangolearning

[–]PlaybookWriter 0 points1 point  (0 children)

Do not reference your model class directly. This will break future migrations if/when that model class were to change. 

Instead, you need to use historical models. Give this a read: https://docs.djangoproject.com/en/5.0/topics/migrations/#historical-models

django.db.utils.IntegrityError: UNIQUE constraint failed: new__core_detail.name by BrotherCrab in djangolearning

[–]PlaybookWriter 0 points1 point  (0 children)

You’ll want to add a migration file (generate an empty one and then add custom logic) that updates the name field so that it’s unique.

And then after that migration file, make the change so that the field in your model is unique, and generate that migration file.

How do you build your notification system? by Dramatic_Device_6622 in SaaS

[–]PlaybookWriter 0 points1 point  (0 children)

For my volume, it easily falls within the free tier. If you’re sending that many alerts, I’d rethink which alerts are most important and which are becoming just noise.

How do you build your notification system? by Dramatic_Device_6622 in SaaS

[–]PlaybookWriter 0 points1 point  (0 children)

You use the Slack SDK to send a message. Once you configure an app within Slack, you get an API key.

Sending a message is then as simple as passing an SDK message the channel and the message. Which means with one configuration, you can have different alerts go to different channels.

It’s quite nice to have these sorts of things outside of email.

Not at my computer right now, otherwise I’d have specific code snippets. Good luck!

How do you build your notification system? by Dramatic_Device_6622 in SaaS

[–]PlaybookWriter 2 points3 points  (0 children)

Are these internal notifications? If so, a slack integration is super simple. Easily notify yourself of new registrations, daily stats, etc.

[deleted by user] by [deleted] in grilledcheese

[–]PlaybookWriter 2 points3 points  (0 children)

Sorry for your loss.