Skip to content

Commit

Permalink
XS✔ ◾ GPT rule - removing monetization (#7807)
Browse files Browse the repository at this point in the history
* Update and rename rule.md to rule.md

* Auto-fix Markdown files

* Update rule.md

* Update rules-to-better-gpt.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sethdaily and github-actions[bot] authored Jan 19, 2024
1 parent f27ea06 commit db38004
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
16 changes: 8 additions & 8 deletions categories/artificial-intelligence/rules-to-better-gpt.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ index:
- what-is-gpt
- chatgpt-vs-gpt
- train-gpt
- chatgpt-can-help-code
- chatgpt-can-fix-errors
- create-gpts
- use-system-prompt
- connect-chatgpt-with-virtual-assistant
- install-chatgpt-as-an-app
- indicate-ai-helped
- leverage-chatgpt
- website-chatbot
- chatgpt-can-help-code
- chatgpt-can-fix-errors
- generate-ui-mockups-with-ai
- use-semantic-kernel
- use-embeddings
- use-system-prompt
- generate-ui-mockups-with-ai
- monetize-gpt-models
- website-chatbot
- indicate-ai-helped
- leverage-chatgpt
---
32 changes: 17 additions & 15 deletions rules/monetize-gpt-models/rule.md → rules/create-gpts/rule.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,46 @@
---
type: rule
archivedreason:
title: Do you monetize your GPT model?
title: Do you create custom GPTs?
guid: 50041cda-5923-4301-b668-1efafbd41110
uri: monetize-gpt-models
uri: create-gpts
created: 2024-01-16T01:52:21.0000000Z
authors:
- title: Luke Cook
url: https://ssw.com.au/people/luke-cook
related:
redirects:
- do-you-monetize-your-gpt-model
- monetize-gpt-models
---

The advent of GPT and LLMs have sent many industries for a loop. If you're sitting on a potential game-changer of an idea, what's the quickest way you can get that idea out to market?
The advent of GPT and LLMs have sent many industries for a loop. If you've been automating tasks with ChatGPT, how can you share the efficiency with others?

<!--endintro-->

## What makes a good custom GPT?
## What is a custom GPT?

OpenAI's standard ChatGPT is pretty good at a lot of things, but there are some limitations.
When you are considering a custom GPT, there are 3 areas where you can overcome the limitations of standard ChatGPT:
OpenAI's standard ChatGPT is pretty good at a lot of things, but there are some limitations. Creating a custom GPT means tailoring it for a specific purpose, with custom training data and system prompting. It turns ChatGPT into a ready-made assistant.

### Retrieval Augmented Generation (RAG)
If you frequently use the same prompt or series of prompts, it is valuable to make a GPT that knows those instructions permanently.

In essence, RAG is the term used to describe additional data your model can access that other models have not (or cannot). Perhaps this is the IP of your company, or simply more up-to-date information on a given topic. If your model has a richer or more refined data set than the competition, it can perform better.
There are 3 areas where a custom GPT can overcome the limitations of standard ChatGPT:

### Instructions (System Prompt)
#### Retrieval Augmented Generation (RAG)

In a GPT you have the ability to define a set of initial instructions. That means you can provide a great initial prompt so users have a high quality prompt even when their prompting skills are low. That means if you're a prompt wizard, you will get better responses than others. Build magical instructions in your custom GPT, and watch people flock to it!
RAG is the term used to describe additional data your model can access that other models have not (or cannot). Perhaps this is the IP of your company, or simply more up-to-date information on a given topic. If your model has a richer or more refined data set than the competition, it can perform better.

It could also be valuable to make a GPT to store a prompt you frequently use to save time.
#### Instructions (System Prompt)

### Custom actions
In a GPT you have the ability to define a set of initial instructions. That means you can provide a great initial prompt so users have a high quality prompt even when their prompting skills are low. That means if you're a prompt wizard, you will get better responses than others.

#### Custom actions

A huge area for innovation is being able to connect your GPT model to your own API, allowing you to take both the user input and perform additional logic before returning a response to the user. Some examples are executing code to test its validity, or looking up a weather forecast for the user's location before suggesting activities that day.

## GPT Stores

Stores such as the [OpenAI GPT Store](https://openai.com/blog/introducing-the-gpt-store) and [Bind AI](https://www.getbind.co/?ref=producthunt) let you quickly launch a custom GPT model and make it available (and monetizable) to the world.
Stores such as the [OpenAI GPT Store](https://openai.com/blog/introducing-the-gpt-store) and [Bind AI](https://www.getbind.co/?ref=producthunt) let you quickly launch a custom GPT model and make it available (and monetizable) to the world. You can monetize your GPT if it gains enough traction:

**Pros**

Expand All @@ -56,7 +58,7 @@ Stores such as the [OpenAI GPT Store](https://openai.com/blog/introducing-the-gp

## Alternative Solution - Bespoke product/service

Building a custom product or service for your million dollar idea is great if you have the time, energy, and know-how. It can help springboard your startup into the next market unicorn, but requires a much larger time (and dollar) commitment.
Building a custom product or service (not on the GPT store) is great if you have the time, energy, and know-how. It can help springboard your startup into the next market unicorn, but requires a much larger time (and dollar) commitment.

**Pros**

Expand All @@ -72,4 +74,4 @@ Building a custom product or service for your million dollar idea is great if yo

## Takeaways

AI is truly a disruptive technology. There will be many industries that rise and fall on the back of ideas like yours. Use this exciting time to be innovative and creative! Then be sure to come back and give this rule a thumbs up 🙂
AI is truly a disruptive technology. There will be many industries that rise and fall on the back of ideas from the public. Be innovative and creative with ChatGPT! Then be sure to come back and give this rule a thumbs up 🙂

0 comments on commit db38004

Please sign in to comment.