GuidesGetting Started

Debugging LLM Applications

CoreValue provides an efficient platform for identifying and rectifying errors in your LLM applications, offering insights into their occurrence.

Identifying Errors

CoreValue's request page allows you to filter results by status code, a unique identifier that corresponds to various states of web requests. This feature enables you to pinpoint errors, providing essential information about their timing and location.

Filter web request results by status code on CoreValue's request
page.

We are currently developing dedicated error filters to further enhance your debugging experience. If you are interested in this feature, please support us by upvoting the feature request here.

Debugging Prompts with Playground

Currently, only ChatGPT is supported

CoreValue's 'Playground' feature offers a platform for debugging your 'prompt'. This tool enables you to test your prompt and swiftly observe the model's output for minor adjustments within the CoreValue environment. Here's a step-by-step guide on how to use it:

  1. Open a request.

View detailed logging details on CoreValue's Requests
page.

  1. Click on the 'Playground' button.

Access the Playground feature for prompt debugging in
CoreValue

  1. Input and execute your prompt to view the results.

Use CoreValue's Playground to test prompts in a sandbox
environment

Please note, the Playground tool is a sandbox environment, so feel free to experiment with different prompts and settings to optimize results for your project.

On this page