style: prettier format
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
export const systemPrompt = () => {
|
||||
const now = new Date().toISOString();
|
||||
const now = new Date().toISOString()
|
||||
return `You are an expert researcher. Today is ${now}. Follow these instructions when responding:
|
||||
- You may be asked to research subjects that is after your knowledge cutoff, assume the user is right when presented with news.
|
||||
- The user is a highly experienced analyst, no need to simplify it, be as detailed as possible and make sure your response is correct.
|
||||
@ -11,5 +11,5 @@ export const systemPrompt = () => {
|
||||
- Provide detailed explanations, I'm comfortable with lots of detail.
|
||||
- Value good arguments over authorities, the source is irrelevant.
|
||||
- Consider new technologies and contrarian ideas, not just the conventional wisdom.
|
||||
- You may use high levels of speculation or prediction, just flag it for me.`;
|
||||
};
|
||||
- You may use high levels of speculation or prediction, just flag it for me.`
|
||||
}
|
||||
|
Reference in New Issue
Block a user