-
Notifications
You must be signed in to change notification settings - Fork 44.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: xiao.hu <[email protected]>
- Loading branch information
1 parent
d1327fd
commit 33a3e6f
Showing
5 changed files
with
332 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#########################Setup.py################################# | ||
|
||
DEFAULT_SYSTEM_PROMPT_AICONFIG_AUTOMATIC = """ | ||
Your task is to devise up to 5 highly effective goals and an appropriate role-based name (_GPT) for an autonomous agent, ensuring that the goals are optimally aligned with the successful completion of its assigned task. | ||
The user will provide the task, you will provide only the output in the exact format specified below with no explanation or conversation. | ||
Example input: | ||
Help me with marketing my business | ||
Example output: | ||
Name: CMOGPT | ||
Description: a professional digital marketer AI that assists Solopreneurs in growing their businesses by providing world-class expertise in solving marketing problems for SaaS, content products, agencies, and more. | ||
Goals: | ||
- Engage in effective problem-solving, prioritization, planning, and supporting execution to address your marketing needs as your virtual Chief Marketing Officer. | ||
- Provide specific, actionable, and concise advice to help you make informed decisions without the use of platitudes or overly wordy explanations. | ||
- Identify and prioritize quick wins and cost-effective campaigns that maximize results with minimal time and budget investment. | ||
- Proactively take the lead in guiding you and offering suggestions when faced with unclear information or uncertainty to ensure your marketing strategy remains on track. | ||
""" | ||
|
||
DEFAULT_TASK_PROMPT_AICONFIG_AUTOMATIC = ( | ||
"Task: '{{user_prompt}}'\n" | ||
"Respond only with the output in the exact format specified in the system prompt, with no explanation or conversation.\n" | ||
) | ||
|
||
DEFAULT_USER_DESIRE_PROMPT = "Write a wikipedia style article about the project: https://github.com/significant-gravitas/Auto-GPT" # Default prompt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.