wandb / wandb-js

The W&B SDK for TypeScript, Node, and modern Web Browsers
Apache License 2.0
8 stars 3 forks source link

[Feature]: Add OpenAI Trace Logging to W&B #15

Open Slyracoon23 opened 1 year ago

Slyracoon23 commented 1 year ago

Description

As users increasingly integrate OpenAI models like GPT-3 or GPT-4 into their workflows, it becomes important to have a seamless and robust logging mechanism for these models within W&B. This feature aims to introduce OpenAI trace logging to capture important metrics, queries, and responses for analysis and debugging.

Suggested Solution

Alternatives

Manual Logging: Instead of automatic activation, provide users with an API to manually activate and configure the OpenAI trace logging.

Plug-in System: Instead of building it as a core feature, offer it as a plug-in that users can install separately.

Additional Context

Having OpenAI trace logging can:

luiscosio commented 1 year ago

+1