thenewboston-developers / thenewboston-Backend

API for thenewboston.
18 stars 9 forks source link

Associate Requests with Prompt Templates #214

Closed buckyroberts closed 1 month ago

buckyroberts commented 2 months ago

This will give us better insights into analytics and cost monitoring from PromptLayer.

Screen Shot 2024-07-28 at 1 06 56 PM

When linked correctly, there will be a link to that prompt template visible on the top left of the request log page.

Screen Shot 2024-07-28 at 1 08 53 PM

We can also use the new .run() interface to have the request associated with the prompt template automatically.

https://docs.promptlayer.com/quickstart#logging-metadata

Screen Shot 2024-07-28 at 1 11 55 PM