instructor-php icon indicating copy to clipboard operation
instructor-php copied to clipboard

Structured data outputs with LLMs, in PHP. Designed for simplicity, transparency, and control.

Results 5 instructor-php issues
Sort by recently updated
recently updated
newest added

In many scenarios, when working with an array of objects, you might want to process each item independently as soon as it finishes, rather than waiting for all items to...

Hi, This library looks really useful - thank you. I have a few questions: - The HTTP client mentions that it supports Pooling, but are individual responses processed only once...