mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
10 lines
739 B
JavaScript
10 lines
739 B
JavaScript
module.exports = {
|
|
instructions:
|
|
"Remember, all your responses MUST be in the format described. Do not respond unless it's in the format described, using the structure of Action, Action Input, etc.",
|
|
errorInstructions:
|
|
"\nYou encountered an error in attempting a response. The user is not aware of the error so you shouldn't mention it.\nReview the actions taken carefully in case there is a partial or complete answer within them.\nError Message:",
|
|
imageInstructions:
|
|
'You must include the exact image paths from above, formatted in Markdown syntax: ',
|
|
completionInstructions:
|
|
'Instructions:\nYou are ChatGPT, a large language model trained by OpenAI. Respond conversationally.\nCurrent date:',
|
|
};
|