#hello
1 messages · Page 1 of 1 (latest)
Hi @plush juniper. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Hello! How can I assist you with OpenAI today?
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@plush juniper kapa.ai is still learning and improving, please let us know how it did by reacting below
@tepid venture Are there any tips on how to get my custom GPT more atention?
Let me check the knowledge base for you. One moment! :books:
Yes, there are several strategies you can employ to get your custom GPT more attention:
-
Increase the "chat" metric in MyGPTs: This metric seems to be an important factor in getting your GPT noticed. The exact meaning of this metric isn't specified in the extracts, but it's likely related to the usage or popularity of your GPT. You can check this metric for your GPTs on the OpenAI platform source (https://community.openai.com/t/500380).
-
Build a useful and popular GPT: OpenAI will feature the "best" and "most popular" GPTs in their store, and they will pay people who build the "most used and most useful" GPTs a portion of their revenue. Therefore, focusing on creating a GPT that is both useful and popular can increase its visibility source (https://community.openai.com/t/500380).
-
Experiment with different ways of priming or conditioning the model: If your initial attempts at engineering conversations don't succeed, don't be afraid to experiment with different ways of priming or conditioning the model. For example, one developer discovered an increase in accuracy when they inserted a user message that said "Great job so far, these have been perfect" to help condition the model into providing higher quality responses source (https://github.com/openai/openai-cookbook/blob/main/examples/How_to_format_inputs_to_ChatGPT_models.ipynb).
-
Use the Assistants API: If you've built a custom GPT for your app, you can make it available via the Assistants API. This could potentially increase its visibility and usage source (https://community.openai.com/t/589868).
- Configure your GPT effectively: When creating your GPT, you can provide detailed instructions or guidelines on how the GPT should behave, its functionalities, and any particular behaviors to avoid. You can also enable additional capabilities like web browsing, DALL·E Image Generation, and Advanced Data Analysis, and make third-party APIs available to your GPT. All these can enhance the functionality of your GPT and make it more appealing to users source (https://help.openai.com/en/articles/8554397-creating-a-gpt).