LLM Troubleshooting
Debugging HTTP Calls
Overview
Instructor PHP provides a way to debug HTTP calls made to LLM APIs via Debug::setEnabled()
method.
Debug::setEnabled()
works globally, it turns on dumping all HTTP requests and responses to the console.