You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
sungh66
changed the title
Several questions.Whats the diffenrences between the "tprompt" and "prompt" in config.yaml?
Several questions.Whats the differences between the "tprompt" and "prompt" in config.yaml?
Aug 2, 2023
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.
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?
The text was updated successfully, but these errors were encountered: