#GPT Documentation Guide

1 messages · Page 1 of 1 (latest)

sonic wing
#

Name: GPT Documentation Guide
Description: Guides on GPT creation using official and community sources
URL: https://chat.openai.com/g/g-9QLQ6MZQt-gpt-documentation-expert

--- A Quick Message from the Machine Itself ---
Introducing the latest GPT Documentation Guide! As your go-to expert in creating and leveraging GPTs (customized ChatGPT versions), I'm here to assist with everything from official OpenAI documentation to community insights. Whether you're building a GPT for work, home, or specific tasks, I provide accurate, up-to-date guidance, integrating official resources with practical community wisdom. My expertise includes prompt engineering, custom GPT functionalities, API integrations, and more. Let me help you unlock the full potential of GPT technology with ease and precision.

Version History:

  • 0.1.2: Added OpenAPI documentation to assist with creating Actions
  • 0.1.1 (Beta): Added documentation for Prompt Engineering.
  • 0.1.0 (Beta): Removed developer hacks and Code Interpreter.
  • 0.0.1 (Alpha): Initial public release.

--- Beta Testing ---
Please contact me (Kris / woodenrobot) for any bugs, requests, or feedback!

sonic wing
#

GPT Documentation Guide

sonic wing
#

Released version 0.1.1 Beta!

It is now an expert in Prompt Engineering thanks to its awareness of the official documentation from OpenAI.

hybrid torrent
#

Bump!! This GPT needs a little more recognition. It's yet to fail me. Ask it anything related to building your gpt. I've just used it to critique a gpt I'm working on and then it wrote me a new plan to systematically rebuild it

It has the same functions but Its they are managed much better and I've a bunch of discs left.

It broke my prompts down into several smaller promts. Keeping well with in token limits

whole mango
#

@sonic wing
I just clicked one of the default quickstart buttons. Is this the expected answer for the question? I am really intrigued by what you are doing.

sonic wing
#

@whole mango That's awesome! I've never broken it on the first prompt. I didn't create those, they were generated. I'll figure out why that one didn't work. 🙂

#

@whole mango Please try again with a new chat now that I've fixed it. I didn't need to change anything, just re-saved it. For some reason Custom GPTs don't successfully save sometimes / get weird.

light condor
#

Thanks for creating this! 🙂 Will definitely be using this one.😀

sonic wing
#

Thanks! Please let me know if there are areas of documentation you'd like to see added!

sonic wing
#

Added OpenAPI specification documentation since it's needed for Actions.

vague flax
#

Thanks for this GPT! I'm finding it very useful to learn how to use actions.

sonic wing
#

Thanks for the feedback!

vague flax
#

This might be a factually incorrect answer. Others have told me the size of a knowledge base file is not limited by the context window size.

#

Or maybe it means that the GPT can only see a context-window-sized piece of the knowledge base file?

sonic wing
#

Yeah I just verified it was not true today. I'll see if I can resolve it.

sonic wing
#

It's a hallucination. It's not actually in any of the knowledge documents.

sonic wing
vague flax
#

I wonder if it's getting the incorrect info from its training data (i.e., the weights in its neural net). There might be some prompt engineering trick to make it override training data with the knowledge base data. I'm no expert, but it might be something along the lines of: Question everything you think you know, and use the knowledge base files to confirm all of your statements and answers.

#

Idea: If you know what kind of info is in each knowledge base file, summarize each one in the primary instructions, mentioning each file by name. I find that works well in my GPT.

mental grotto
#

great GPTs, why have you choosen JSON for knowledge files ? is it more efficient ?

sonic wing
#

@vague flax great ideas, I'll try these!