Chat Completions
Chat Completions
Once your fine-tuned model is deployed, you’re ready to start generating chat completions.
First, make sure you’ve set up the SDK properly. See the OpenPipe SDK section for more details. Once the SDK is installed and you’ve added the right
OPENPIPE_API_KEY
to your environment variables, you’re almost done.
The last step is to update the model that you’re querying to match the ID of your new fine-tuned model.
Queries to your fine-tuned models will now be shown in the Request Logs panel.
Feel free to run some sample inference on the PII Redaction model in our public project.