Hi folks. I'm trying out pplx-api for code generation, and I currently have a GPT-4 AI API flow in place that takes human requirements and converts to code blocks. I'm using "few shot learning" with stop sequences in the system_prompt to ensure the response is just code. However I'm unsure how to indicate stop sequences in pplx-api. I'm currently using the Completions API. Am I using the right thing, and if so, how do I indicate those stop sequences?
Edit: I think it's not currently supported. Passed a stop array in the POST body and got message back "message": "custom stop words are not implemented for completions."
So, wondering if this few shot learning system prompt is even possible with ppxl-api right now?



