Prompt recommendations for GPT API developers

Many developers are developing chatbot-like applications with the GPT API for different purposes or companies. Prompts are importance when using the API. You can help people by giving prompt suggestions here as an open source. Maybe fun different ideas will come up.

Use GPT to engineer prompts: To accommodate users who don’t really know how to prompt engineer, and to make sure the prompts can have some flexibility, I took user input and sent it to gpt API with a prompt to engineer an effective prompt. I used this response as the query for the vector database. 1. Get user’s input; 2. Send to OpenAI API as the text to use to construct an effective prompt; 3. Use response from API to query vector db

Can you give me a example to be completely understandable