Message(role='user',content=f"Identify a problem in {self.operation_description} from the given example and suggest how to prevent it without mentioning the specific example. Responde only one sentence.")],
Message(role='user',content=f"Identify a problem in {self.operation_description} from the given example and suggest how to prevent it without mentioning the specific example. Respond only one sentence.")],
max_tokens=100))
max_tokens=100))
responds=awaitasyncio.gather(*tasks)
responds=awaitasyncio.gather(*tasks)
...
@@ -62,7 +62,7 @@ My current prompt is:
...
@@ -62,7 +62,7 @@ My current prompt is:
To generate an improved prompt, consider the following:
To generate an improved prompt, consider the following:
{advice}
{advice}
Genergate an improved prompt within five sentences. Do not mention a specific task in the prompt!
Generate an improved prompt within five sentences. Do not mention a specific task in the prompt!
The prompt should be wrapped with <START> and <END>.
The prompt should be wrapped with <START> and <END>.