JARVIS icon indicating copy to clipboard operation
JARVIS copied to clipboard

Several questions.Whats the differences between the "tprompt" and "prompt" in config.yaml?

Open sungh66 opened this issue 2 years ago • 1 comments

I want to add some custom operations, such as file read and write local modules, is this possible? Beacuse i think AutoGPT is too flexible. Also, how does the code reflect the process of matching the steps planned by llm with the introduction of the model in huggingface? Whats the diffenrences between the "tprompt" and "prompt" in config.yaml?

sungh66 avatar Aug 02 '23 06:08 sungh66

@sungh66

Whats the diffenrences between the "tprompt" and "prompt" in config.yaml?

From the config.yaml, the "tprompt", in combination with the few shot examples "demos_or_presteps", is used as part of the system message/prompt to "guide an AI system’s behavior and improve system performance" [1]. The "prompt" is used to wrap the user's chat as part of the user message/prompt and provides additional instruction/requests related to the stage.

References: [1] https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/system-message

spyd3rweb avatar Sep 10 '23 03:09 spyd3rweb