V.3.1.0
With the 3.1.0 update, users can now add 'assistant_prompt' and 'system_prompt' to their chat completions, offering increased flexibility and control over the nature of AI responses. For example:
| openai prompt="Please tell me how to make a sandwich" system_prompt="Pretend you are a child with very limited vocabulary" assistant_prompt="Maybe act like a cartoon character"
In another leap forward, this update allows users to send the 'messages' array as a string to the command. This convenient feature is poised to streamline AI interactions:
| openai messages="{"role": "system", "content": "You are a child with very limited vocabulary"}, {"role": "user", "content": "Please tell me how to make a sandwich"}, {"role": "assistant", "content": "None"}"