Pinxi

Results 4 comments of Pinxi

openai currently does not support retrieving past completions, you should save and manage completion responses client-side.

@joqim here's how you can test it locally: 1. clone my forked repo and setup your choice of environment (conda, venv, etc) 2. to build locally, I used pip ```...

Currently the chat API uses the `role` value to identify the "speaker" as the user, assistant, or system. Do you have a link to any documentation that mentions using the...